Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members

StateDescriptor.h File Reference

Include dependency graph for StateDescriptor.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

class  StateDescriptor

Defines

#define createState(stateClass)

Typedefs

typedef StateDescriptorStateDescriptorPtr


Define Documentation

#define createState stateClass   
 

Value:

StateDescriptor *stateDescriptor = new StateDescriptor(sizeof(stateClass)); \
    stateClass *state = (stateClass *)(stateDescriptor->state)

Definition at line 34 of file StateDescriptor.h.


Typedef Documentation

typedef StateDescriptor* StateDescriptorPtr
 

Definition at line 60 of file StateDescriptor.h.


Razor! Engine Developer's Guide. Copyright © by Tilo Christ. All Rights Reserved. Last updated: 31 May 2003