#include <TypeFactory.h>
Collaboration diagram for PLearn::TypeMapEntry:
Public Member Functions | |
TypeMapEntry (const string &the_type_name, const string &the_parent_class="", NEW_OBJECT the_constructor=0, GETOPTIONLIST_METHOD the_getoptionlist_method=0, ISA_METHOD the_isa_method=0, const string &the_one_line_descr="", const string &the_multi_line_help="") | |
Public Attributes | |
string | type_name |
string | parent_class |
NEW_OBJECT | constructor |
GETOPTIONLIST_METHOD | getoptionlist_method |
ISA_METHOD | isa_method |
string | one_line_descr |
string | multi_line_help |
|
Definition at line 68 of file TypeFactory.h. References constructor, getoptionlist_method, isa_method, multi_line_help, one_line_descr, parent_class, and type_name. |
|
Definition at line 62 of file TypeFactory.h. Referenced by PLearn::displayObjectHelp(), and TypeMapEntry(). |
|
Definition at line 63 of file TypeFactory.h. Referenced by PLearn::displayObjectHelp(), and TypeMapEntry(). |
|
Definition at line 64 of file TypeFactory.h. Referenced by PLearn::displayObjectHelp(), and TypeMapEntry(). |
|
Definition at line 66 of file TypeFactory.h. Referenced by PLearn::displayObjectHelp(), and TypeMapEntry(). |
|
Definition at line 65 of file TypeFactory.h. Referenced by PLearn::displayObjectHelp(), and TypeMapEntry(). |
|
Definition at line 61 of file TypeFactory.h. Referenced by TypeMapEntry(). |
|
Definition at line 60 of file TypeFactory.h. Referenced by PLearn::TypeFactory::registerType(), and TypeMapEntry(). |