Rebel Fork Framework
Urho3D::ArchiveBaseT< BlockType, IsInputBool, IsHumanReadableBool > Member List

This is the complete list of members for Urho3D::ArchiveBaseT< BlockType, IsInputBool, IsHumanReadableBool >, including all inherited members.

ArchiveBase(Context *context) (defined in Urho3D::ArchiveBaseT< BlockType, IsInputBool, IsHumanReadableBool >)Urho3D::ArchiveBaseT< BlockType, IsInputBool, IsHumanReadableBool >inlineprotected
ArchiveBase(Context *context) (defined in Urho3D::ArchiveBase)Urho3D::ArchiveBaseinlineprotected
BeginBlock(const char *name, unsigned &sizeHint, bool safe, ArchiveBlockType type)=0Urho3D::Archivepure virtual
Block typedef (defined in Urho3D::ArchiveBaseT< BlockType, IsInputBool, IsHumanReadableBool >)Urho3D::ArchiveBaseT< BlockType, IsInputBool, IsHumanReadableBool >protected
BlockType (defined in Urho3D::ArchiveBaseT< BlockType, IsInputBool, IsHumanReadableBool >)Urho3D::ArchiveBaseT< BlockType, IsInputBool, IsHumanReadableBool >private
CheckBeforeBlock(const char *elementName) (defined in Urho3D::ArchiveBaseT< BlockType, IsInputBool, IsHumanReadableBool >)Urho3D::ArchiveBaseT< BlockType, IsInputBool, IsHumanReadableBool >inlineprotected
CheckBeforeElement(const char *elementName) (defined in Urho3D::ArchiveBaseT< BlockType, IsInputBool, IsHumanReadableBool >)Urho3D::ArchiveBaseT< BlockType, IsInputBool, IsHumanReadableBool >inlineprotected
CheckBlockOrElementName(ea::string_view elementName) const (defined in Urho3D::ArchiveBase)Urho3D::ArchiveBaseinlineprotected
CheckIfNotEOF(ea::string_view elementName) const (defined in Urho3D::ArchiveBase)Urho3D::ArchiveBaseinlineprotected
CheckIfRootBlockOpen() const (defined in Urho3D::ArchiveBaseT< BlockType, IsInputBool, IsHumanReadableBool >)Urho3D::ArchiveBaseT< BlockType, IsInputBool, IsHumanReadableBool >inlineprotected
CloseArchive() (defined in Urho3D::ArchiveBase)Urho3D::ArchiveBaseinlineprotected
context_ (defined in Urho3D::ArchiveBase)Urho3D::ArchiveBaseprivate
delayedException_ (defined in Urho3D::ArchiveBase)Urho3D::ArchiveBaseprivate
DuplicateElementException(ea::string_view elementName) const (defined in Urho3D::ArchiveBase)Urho3D::ArchiveBaseinline
ElementNotFoundException(ea::string_view elementName) const (defined in Urho3D::ArchiveBase)Urho3D::ArchiveBaseinline
ElementNotFoundException(ea::string_view elementName, unsigned elementIndex) const (defined in Urho3D::ArchiveBase)Urho3D::ArchiveBaseinline
EndBlock() noexcept overrideUrho3D::ArchiveBaseT< BlockType, IsInputBool, IsHumanReadableBool >inlinevirtual
eof_ (defined in Urho3D::ArchiveBase)Urho3D::ArchiveBaseprivate
Flush() finalUrho3D::ArchiveBaseinlinevirtual
FlushDelayedException() (defined in Urho3D::ArchiveBase)Urho3D::ArchiveBaseinlineprotected
GetChecksum() overrideUrho3D::ArchiveBaseinlinevirtual
GetContext() finalUrho3D::ArchiveBaseinlinevirtual
GetCurrentBlock() (defined in Urho3D::ArchiveBaseT< BlockType, IsInputBool, IsHumanReadableBool >)Urho3D::ArchiveBaseT< BlockType, IsInputBool, IsHumanReadableBool >inlineprotected
GetCurrentBlock() const (defined in Urho3D::ArchiveBaseT< BlockType, IsInputBool, IsHumanReadableBool >)Urho3D::ArchiveBaseT< BlockType, IsInputBool, IsHumanReadableBool >inlineprotected
GetCurrentBlockPath() const finalUrho3D::ArchiveBaseT< BlockType, IsInputBool, IsHumanReadableBool >inlinevirtual
GetName() const overrideUrho3D::ArchiveBaseinlinevirtual
HasElementOrBlock(const char *name) const finalUrho3D::ArchiveBaseT< BlockType, IsInputBool, IsHumanReadableBool >inlinevirtual
IOFailureException(ea::string_view elementName) const (defined in Urho3D::ArchiveBase)Urho3D::ArchiveBaseinline
IsEOF() const finalUrho3D::ArchiveBaseinlinevirtual
IsHumanReadable() const finalUrho3D::ArchiveBaseT< BlockType, IsInputBool, IsHumanReadableBool >inlinevirtual
IsInput() const finalUrho3D::ArchiveBaseT< BlockType, IsInputBool, IsHumanReadableBool >inlinevirtual
IsUnorderedAccessSupportedInCurrentBlock() const finalUrho3D::ArchiveBaseT< BlockType, IsInputBool, IsHumanReadableBool >inlinevirtual
MovableNonCopyable()=default (defined in Urho3D::MovableNonCopyable)Urho3D::MovableNonCopyableprotected
MovableNonCopyable(MovableNonCopyable &&other)=default (defined in Urho3D::MovableNonCopyable)Urho3D::MovableNonCopyableprotected
MovableNonCopyable(const MovableNonCopyable &other)=deleteUrho3D::MovableNonCopyableprotected
OpenArrayBlock(const char *name, unsigned sizeHint=0)Urho3D::Archiveinline
OpenBlock(const char *name, unsigned sizeHint, bool safe, ArchiveBlockType type)Urho3D::Archiveinline
OpenSafeSequentialBlock(const char *name)Urho3D::Archiveinline
OpenSafeUnorderedBlock(const char *name)Urho3D::Archiveinline
OpenSequentialBlock(const char *name)Urho3D::Archiveinline
OpenUnorderedBlock(const char *name)Urho3D::Archiveinline
operator=(MovableNonCopyable &&other)=default (defined in Urho3D::MovableNonCopyable)Urho3D::MovableNonCopyableprotected
operator=(const MovableNonCopyable &other)=delete (defined in Urho3D::MovableNonCopyable)Urho3D::MovableNonCopyableprotected
ReadBytesFromHexString(ea::string_view elementName, const ea::string &string, void *bytes, unsigned size) (defined in Urho3D::ArchiveBase)Urho3D::ArchiveBaseprotected
rootBlockName (defined in Urho3D::ArchiveBase)Urho3D::ArchiveBaseprotectedstatic
Serialize(const char *name, bool &value)=0 (defined in Urho3D::Archive)Urho3D::Archivepure virtual
Serialize(const char *name, signed char &value)=0 (defined in Urho3D::Archive)Urho3D::Archivepure virtual
Serialize(const char *name, unsigned char &value)=0 (defined in Urho3D::Archive)Urho3D::Archivepure virtual
Serialize(const char *name, short &value)=0 (defined in Urho3D::Archive)Urho3D::Archivepure virtual
Serialize(const char *name, unsigned short &value)=0 (defined in Urho3D::Archive)Urho3D::Archivepure virtual
Serialize(const char *name, int &value)=0 (defined in Urho3D::Archive)Urho3D::Archivepure virtual
Serialize(const char *name, unsigned int &value)=0 (defined in Urho3D::Archive)Urho3D::Archivepure virtual
Serialize(const char *name, long long &value)=0 (defined in Urho3D::Archive)Urho3D::Archivepure virtual
Serialize(const char *name, unsigned long long &value)=0 (defined in Urho3D::Archive)Urho3D::Archivepure virtual
Serialize(const char *name, float &value)=0 (defined in Urho3D::Archive)Urho3D::Archivepure virtual
Serialize(const char *name, double &value)=0 (defined in Urho3D::Archive)Urho3D::Archivepure virtual
Serialize(const char *name, ea::string &value)=0 (defined in Urho3D::Archive)Urho3D::Archivepure virtual
SerializeBytes(const char *name, void *bytes, unsigned size)=0Urho3D::Archivepure virtual
SerializeVersion(unsigned version) finalUrho3D::ArchiveBaseinlinevirtual
SerializeVLE(const char *name, unsigned &value)=0Urho3D::Archivepure virtual
SetDelayedException(std::exception_ptr ptr) (defined in Urho3D::ArchiveBase)Urho3D::ArchiveBaseinlineprotected
stack_ (defined in Urho3D::ArchiveBaseT< BlockType, IsInputBool, IsHumanReadableBool >)Urho3D::ArchiveBaseT< BlockType, IsInputBool, IsHumanReadableBool >protected
UnexpectedElementValueException(ea::string_view elementName) const (defined in Urho3D::ArchiveBase)Urho3D::ArchiveBaseinline
UnexpectedEOFException(ea::string_view elementName) const (defined in Urho3D::ArchiveBase)Urho3D::ArchiveBaseinline
ValidateName(ea::string_view name)Urho3D::Archivestatic
versionElementName (defined in Urho3D::ArchiveBase)Urho3D::ArchiveBaseprotectedstatic
~Archive() (defined in Urho3D::Archive)Urho3D::Archiveinlinevirtual
~ArchiveBase() override (defined in Urho3D::ArchiveBase)Urho3D::ArchiveBaseinlineprotected