Public Member Functions | |
void | synchronize (Common::Serializer &s) |
Public Member Functions inherited from Common::FixedStack< StopWalkerEntry, 12 > | |
bool | empty () const |
void | clear () |
void | push (const StopWalkerEntry &x) |
const StopWalkerEntry & | top () const |
StopWalkerEntry & | top () |
StopWalkerEntry | pop () |
size_type | size () const |
StopWalkerEntry & | operator[] (size_type i) |
const StopWalkerEntry & | operator[] (size_type i) const |
Additional Inherited Members | |
Public Types inherited from Common::FixedStack< StopWalkerEntry, 12 > | |
typedef uint | size_type |
Protected Attributes inherited from Common::FixedStack< StopWalkerEntry, 12 > | |
StopWalkerEntry | _stack [MAX_SIZE] |
size_type | _size |