#include <Serializer.h>
Serializer::Serializer |
( |
const std::string & |
fileName, |
|
|
const eFileMode |
fileMode, |
|
|
const bool |
verbose = false |
|
) |
| |
Serializer::~Serializer |
( |
| ) |
|
UInt32 Serializer::GetNumDataIndices |
( |
| ) |
|
|
inline |
void Serializer::ReadString |
( |
std::string & |
retString, |
|
|
const UInt32 |
index |
|
) |
| |
void Serializer::ReadStrings |
( |
std::vector< std::string > & |
theStrings, |
|
|
const UInt32 |
index |
|
) |
| |
void Serializer::ReadUInt32s |
( |
std::vector< UInt32 > & |
UInt32s, |
|
|
const UInt32 |
index |
|
) |
| |
UInt32 Serializer::UpdateString |
( |
const std::string & |
theString, |
|
|
const UInt32 |
oldIndex |
|
) |
| |
UInt32 Serializer::UpdateStrings |
( |
const std::vector< std::string > & |
theStrings, |
|
|
const UInt32 |
oldIndex |
|
) |
| |
UInt32 Serializer::UpdateUInt32s |
( |
const std::vector< UInt32 > & |
theWords, |
|
|
const UInt32 |
oldIndex |
|
) |
| |
UInt32 Serializer::WriteString |
( |
const std::string & |
theString | ) |
|
UInt32 Serializer::WriteStrings |
( |
const std::vector< std::string > & |
theStrings | ) |
|
UInt32 Serializer::WriteUInt32s |
( |
const std::vector< UInt32 > & |
theWords | ) |
|
The documentation for this class was generated from the following file: