Public Methods | |
| FSMStateSetItem (FSMState *mystate, FSMStateSetItem *mynext) | |
| void * | operator new (size_t size) |
| void | operator delete (void *ptr) |
| void * | operator new[] (size_t size) |
| void | operator delete[] (void *ptr) |
Public Attributes | |
| FSMStateSetItem * | next |
| FSMState * | state |
|
||||||||||||
|
Definition at line 286 of file FSM.cpp. 00287 {
00288 state=mystate;
00289 next=mynext;
00290 }
|
|
|
Definition at line 293 of file FSM.cpp. 00293 {}
|
|
|
Definition at line 295 of file FSM.cpp. 00295 {}
|
|
|
Definition at line 292 of file FSM.cpp. 00292 { return fsmtmpmem->GetByteBlock(size); }
|
|
|
Definition at line 294 of file FSM.cpp. 00294 { return fsmtmpmem->GetByteBlock(size); }
|
|
|
Definition at line 283 of file FSM.cpp. Referenced by CompareStateSets(), and FindAllOutgoingLabels().
|
|
|
Definition at line 284 of file FSM.cpp. Referenced by CompareStateSets(), CreateStateSet(), and FindAllOutgoingLabels().
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001