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