#include <FCState.h>
Inheritance diagram for FCSState:
Public Member Functions | |
virtual | ~FCSState () |
Destructor. | |
virtual int | GetClassSize ()=0 |
Get the size of FCSState child class. | |
Protected Member Functions | |
FCSState () | |
Constructor. |
Definition at line 24 of file FCState.h.
|
Implemented in FCSCompactState, FCSDebugState, and FCSIndirectState. |