String based archive. More...
#include <Serialization.h>
Public Member Functions | |
unsigned int | Size () const |
const std::string & | getData () const |
Protected Member Functions | |
StrArchive () | |
StrArchive (const std::string &sSource) | |
Protected Attributes | |
std::string | m_sSource |
String based archive.
StrArchive::StrArchive | ( | ) | [inline, protected] |
StrArchive::StrArchive | ( | const std::string & | sSource | ) | [inline, protected] |
const std::string& StrArchive::getData | ( | ) | const [inline] |
References m_sSource.
Referenced by AccountHandler::_createPacketStream(), and DiskSessionRecorder::store().
unsigned int StrArchive::Size | ( | ) | const [inline, virtual] |
Implements Archive.
References m_sSource.
Referenced by AccountHandler::_createPacket(), AccountHandler::_createPacketStream(), and DiskSessionRecorder::store().
std::string StrArchive::m_sSource [protected] |
Referenced by IStrArchive::EndOfFile(), getData(), OStrArchive::Serialize(), IStrArchive::Serialize(), Size(), and IStrArchive::Skip().