#include <SimObjectInformation.h>

Public Member Functions | |
| SimObjectInformation (const string &name, const string &description) | |
| ~SimObjectInformation () | |
| FieldRegistry & | getFieldRegistry () const | 
| The field registry.   | |
Public Attributes | |
| string | name | 
| Name of the class for which information is stored.   | |
| string | description | 
| Short description of the class.   | |
Definition at line 6 of file SimObjectInformation.h.
| SimObjectInformation::SimObjectInformation | ( | const string & | name, | |
| const string & | description | |||
| ) |  [inline] | 
        
Definition at line 11 of file SimObjectInformation.h.
| SimObjectInformation::~SimObjectInformation | ( | ) |  [inline] | 
        
Definition at line 19 of file SimObjectInformation.h.
| FieldRegistry& SimObjectInformation::getFieldRegistry | ( | ) |  const [inline] | 
        
The field registry.
Definition at line 31 of file SimObjectInformation.h.
Referenced by SimObject::findField(), and SimObject::getFieldOffset().
| string SimObjectInformation::name | 
Name of the class for which information is stored.
Definition at line 22 of file SimObjectInformation.h.
 1.5.5