#include <FCSDerivedStates.h>
Public Member Functions | |
FCSDerivedStatesList () | |
Constructor. | |
void | AddState (FCSStateWithLocations *State) |
Add a state to the list. | |
Public Attributes | |
int | m_NumberOfStates |
Number of States in the list. | |
int | m_MaxNumberOfStates |
Upper limit of states for the list. | |
FCSStateWithLocations ** | m_States |
States in the list. |
Definition at line 15 of file FCSDerivedStates.h.
|
Definition at line 20 of file FCSDerivedStates.cpp. References m_MaxNumberOfStates, m_NumberOfStates, m_States, and ReallocStateWithLocationsArray(). |