librcsb-core-wrapper
1.000
|
This is the complete list of members for Serializer, including all inherited members.
GetNumDataIndices() | Serializer | inline |
ReadString(std::string &retString, const UInt32 index) | Serializer | |
ReadStrings(std::vector< std::string > &theStrings, const UInt32 index) | Serializer | |
ReadUInt32(const UInt32 index) | Serializer | |
ReadUInt32s(std::vector< UInt32 > &UInt32s, const UInt32 index) | Serializer | |
Serializer(const std::string &fileName, const eFileMode fileMode, const bool verbose=false) | Serializer | |
UpdateString(const std::string &theString, const UInt32 oldIndex) | Serializer | |
UpdateStrings(const std::vector< std::string > &theStrings, const UInt32 oldIndex) | Serializer | |
UpdateUInt32(const UInt32 theWord, const UInt32 oldIndex) | Serializer | |
UpdateUInt32s(const std::vector< UInt32 > &theWords, const UInt32 oldIndex) | Serializer | |
WriteString(const std::string &theString) | Serializer | |
WriteStrings(const std::vector< std::string > &theStrings) | Serializer | |
WriteUInt32(const UInt32 theWord) | Serializer | |
WriteUInt32s(const std::vector< UInt32 > &theWords) | Serializer | |
~Serializer() | Serializer |