#include <ScopedStackExecution.h>


Definition at line 21 of file ScopedStackExecution.h.
Public Member Functions | |
| void | serialize (std::string &__str) const |
Encode the current object at the end of str as a bytestring in a compact format (and which doesn't require delimiters to parse). | |
| int | deserialize (std::istream &is) throw (mace::SerializationException) |
Replace the current object value from the bytes read from in, returning the number of bytes read. | |
| const std::string & | getLogType () const |
| returns a unique short string - log type for including in binary log (e.g. "S" for string log) | |
| const std::string & | getLogDescription () const |
| returns a longer string description (e.g. "String" on string logs) | |
1.5.5