Include dependency graph for StateDescriptor.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | StateDescriptor |
Defines | |
#define | createState(stateClass) |
Typedefs | |
typedef StateDescriptor * | StateDescriptorPtr |
|
Value: StateDescriptor *stateDescriptor = new StateDescriptor(sizeof(stateClass)); \ stateClass *state = (stateClass *)(stateDescriptor->state) Definition at line 34 of file StateDescriptor.h. |
|
Definition at line 60 of file StateDescriptor.h. |