Output (saving) archive. More...
#include <Serialization.h>
Public Member Functions | |
OStrArchive () | |
virtual void | Serialize (void *Buffer, unsigned int Count) |
virtual void | Skip (unsigned int) |
virtual bool | EndOfFile () const |
Output (saving) archive.
OStrArchive::OStrArchive | ( | ) | [inline] |
virtual bool OStrArchive::EndOfFile | ( | ) | const [inline, virtual] |
Implements Archive.
virtual void OStrArchive::Serialize | ( | void * | Buffer, | |
unsigned int | Count | |||
) | [inline, virtual] |
Implements Archive.
References StrArchive::m_sSource.
virtual void OStrArchive::Skip | ( | unsigned int | ) | [inline, virtual] |
Implements Archive.
References UT_ASSERT, and UT_SHOULD_NOT_HAPPEN.