#include <mdp.h>
Public Member Functions | |
CMDPSTATE * | AddState (int StateID) |
CMDP () | |
bool | Create (int numofstates) |
bool | Delete () |
bool | empty () |
bool | full () |
void | Print (FILE *fOut) |
~CMDP () | |
Public Attributes | |
vector< CMDPSTATE * > | StateArray |
CMDP::CMDP | ( | ) | [inline] |
CMDP::~CMDP | ( | ) | [inline] |
CMDPSTATE * CMDP::AddState | ( | int | StateID | ) |
bool CMDP::Create | ( | int | numofstates | ) |
bool CMDP::Delete | ( | ) |
bool CMDP::empty | ( | ) |
bool CMDP::full | ( | ) |
void CMDP::Print | ( | FILE * | fOut | ) |