#include <serverSO.h>
Public Member Functions | |
ServerSO () | |
~ServerSO () | |
void | dump () const |
Dump the internal data of this class in a human readable form. | |
void | dump (std::ostream &os) const |
Dump the internal data of this class in a human readable form. |
This class handles storing SharedObject on the server side. The SOL class is used to optionally read and write a disk file similar to the client side.
cygnal::ServerSO::ServerSO | ( | ) |
cygnal::ServerSO::~ServerSO | ( | ) |
void cygnal::ServerSO::dump | ( | ) | const [inline] |
Dump the internal data of this class in a human readable form.
References dump().
Referenced by dump(), and cygnal::operator<<().
void cygnal::ServerSO::dump | ( | std::ostream & | os | ) | const |
Dump the internal data of this class in a human readable form.
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.