#include <it_bus/reflect/simple_type.h>
Inheritance diagram for IT_Reflect::SimpleType:

get_type_kind() == BUILT_IN means this is a BuiltInType, get_type_kind() == SIMPLE_TYPE means this is a DerivedSimpleType. get_type_kind() == SIMPLE_TYPE_LIST means this is a SimpleTypeList. get_type_kind() == SIMPLE_TYPE_UNION means this is a SimpleTypeUnion.
Definition at line 17 of file simple_type.h.
Public Member Functions | |
| SimpleType () throw (()) | |
| Constructor. | |
| virtual | ~SimpleType () throw (()) |
| Destructor. | |
1.5.1-p1