#include <statemap.h>
Public Member Functions | |
const char * | getState () const |
const char * | getTransition () const |
const TransitionUndefinedException & | operator= (const TransitionUndefinedException &ex) |
TransitionUndefinedException () | |
TransitionUndefinedException (const char *state, const char *transition) | |
TransitionUndefinedException (const TransitionUndefinedException &ex) | |
virtual | ~TransitionUndefinedException () throw () |
Private Attributes | |
char * | _state |
char * | _transition |
Definition at line 192 of file statemap.h.
Definition at line 200 of file statemap.h.
statemap::TransitionUndefinedException::TransitionUndefinedException | ( | const char * | state, |
const char * | transition | ||
) | [inline] |
Definition at line 208 of file statemap.h.
statemap::TransitionUndefinedException::TransitionUndefinedException | ( | const TransitionUndefinedException & | ex | ) | [inline] |
Definition at line 216 of file statemap.h.
virtual statemap::TransitionUndefinedException::~TransitionUndefinedException | ( | ) | throw () [inline, virtual] |
Definition at line 224 of file statemap.h.
const char* statemap::TransitionUndefinedException::getState | ( | ) | const [inline] |
Definition at line 266 of file statemap.h.
const char* statemap::TransitionUndefinedException::getTransition | ( | ) | const [inline] |
Definition at line 272 of file statemap.h.
const TransitionUndefinedException& statemap::TransitionUndefinedException::operator= | ( | const TransitionUndefinedException & | ex | ) | [inline] |
Definition at line 241 of file statemap.h.
char* statemap::TransitionUndefinedException::_state [private] |
Definition at line 275 of file statemap.h.
char* statemap::TransitionUndefinedException::_transition [private] |
Definition at line 286 of file statemap.h.