Base structure for ArgumentType. More...


Public Attributes | |
| ArgumentTypeDataUnion_t | m_Data |
| Data stored in the container. | |
| eArgumentType | m_eType |
| Type of object found. | |
Base structure for ArgumentType.
Data enclosed in the class ArgumentType. It was necessary to expose it as a structure to allow ArgumentType_DispatchPtr and ArgumentType_Dispatch access to the data within without creating a circular dependency.
| ArgumentTypeDataUnion_t Burger::ArgumentType_t::m_Data |
Data stored in the container.
| eArgumentType Burger::ArgumentType_t::m_eType |
Type of object found.