![]() |
VR-Forces 4.0.4 Class Documentation
|
This will define the class that all map file readers must follow in order to correctly populate a symbol mapper. More...
Public Member Functions | |
| DtSymbolDescriptorCreatorInfo (DtSymbolDescriptorParserFcn fcn) | |
| DtSymbolDescriptorCreatorInfo (const DtSymbolDescriptorCreatorInfo &orig) | |
| virtual | ~DtSymbolDescriptorCreatorInfo () |
| virtual DtSymbolDescriptorParserFcn | parser () |
| virtual void | setParser (DtSymbolDescriptorParserFcn fcn) |
Protected Attributes | |
| DtSymbolDescriptorParserFcn | myParserFcn |
This will define the class that all map file readers must follow in order to correctly populate a symbol mapper.
| DtSymbolDescriptorCreatorInfo::DtSymbolDescriptorCreatorInfo | ( | const DtSymbolDescriptorCreatorInfo & | orig | ) | [inline] |
| virtual DtSymbolDescriptorCreatorInfo::~DtSymbolDescriptorCreatorInfo | ( | ) | [virtual] |
| virtual DtSymbolDescriptorParserFcn DtSymbolDescriptorCreatorInfo::parser | ( | ) | [virtual] |
| virtual void DtSymbolDescriptorCreatorInfo::setParser | ( | DtSymbolDescriptorParserFcn | fcn | ) | [virtual] |