|
Rebel Fork Framework
|
This is the complete list of members for Urho3D::JSONArchiveBase< BlockType, IsInputBool >, including all inherited members.
| BeginBlock(const char *name, unsigned &sizeHint, bool safe, ArchiveBlockType type)=0 | Urho3D::Archive | pure virtual |
| CheckBlockOrElementName(ea::string_view elementName) const (defined in Urho3D::ArchiveBase) | Urho3D::ArchiveBase | inlineprotected |
| CheckIfNotEOF(ea::string_view elementName) const (defined in Urho3D::ArchiveBase) | Urho3D::ArchiveBase | inlineprotected |
| CloseArchive() (defined in Urho3D::ArchiveBase) | Urho3D::ArchiveBase | inlineprotected |
| context_ (defined in Urho3D::ArchiveBase) | Urho3D::ArchiveBase | private |
| delayedException_ (defined in Urho3D::ArchiveBase) | Urho3D::ArchiveBase | private |
| DuplicateElementException(ea::string_view elementName) const (defined in Urho3D::ArchiveBase) | Urho3D::ArchiveBase | inline |
| ElementNotFoundException(ea::string_view elementName) const (defined in Urho3D::ArchiveBase) | Urho3D::ArchiveBase | inline |
| ElementNotFoundException(ea::string_view elementName, unsigned elementIndex) const (defined in Urho3D::ArchiveBase) | Urho3D::ArchiveBase | inline |
| EndBlock() noexcept override | Urho3D::ArchiveBaseT< BlockType, IsInputBool, true > | inlinevirtual |
| eof_ (defined in Urho3D::ArchiveBase) | Urho3D::ArchiveBase | private |
| Flush() final | Urho3D::ArchiveBase | inlinevirtual |
| FlushDelayedException() (defined in Urho3D::ArchiveBase) | Urho3D::ArchiveBase | inlineprotected |
| GetChecksum() override | Urho3D::ArchiveBase | inlinevirtual |
| GetContext() final | Urho3D::ArchiveBase | inlinevirtual |
| GetCurrentBlockPath() const final | Urho3D::ArchiveBaseT< BlockType, IsInputBool, true > | inlinevirtual |
| GetName() const | Urho3D::JSONArchiveBase< BlockType, IsInputBool > | inlinevirtual |
| HasElementOrBlock(const char *name) const final | Urho3D::ArchiveBaseT< BlockType, IsInputBool, true > | inlinevirtual |
| IOFailureException(ea::string_view elementName) const (defined in Urho3D::ArchiveBase) | Urho3D::ArchiveBase | inline |
| IsEOF() const final | Urho3D::ArchiveBase | inlinevirtual |
| IsHumanReadable() const final | Urho3D::ArchiveBaseT< BlockType, IsInputBool, true > | inlinevirtual |
| IsInput() const final | Urho3D::ArchiveBaseT< BlockType, IsInputBool, true > | inlinevirtual |
| IsUnorderedAccessSupportedInCurrentBlock() const final | Urho3D::ArchiveBaseT< BlockType, IsInputBool, true > | inlinevirtual |
| JSONArchiveBase(Context *context, const JSONFile *jsonFile) (defined in Urho3D::JSONArchiveBase< BlockType, IsInputBool >) | Urho3D::JSONArchiveBase< BlockType, IsInputBool > | inlineexplicitprotected |
| jsonFile_ (defined in Urho3D::JSONArchiveBase< BlockType, IsInputBool >) | Urho3D::JSONArchiveBase< BlockType, IsInputBool > | private |
| MovableNonCopyable()=default (defined in Urho3D::MovableNonCopyable) | Urho3D::MovableNonCopyable | protected |
| MovableNonCopyable(MovableNonCopyable &&other)=default (defined in Urho3D::MovableNonCopyable) | Urho3D::MovableNonCopyable | protected |
| MovableNonCopyable(const MovableNonCopyable &other)=delete | Urho3D::MovableNonCopyable | protected |
| OpenArrayBlock(const char *name, unsigned sizeHint=0) | Urho3D::Archive | inline |
| OpenBlock(const char *name, unsigned sizeHint, bool safe, ArchiveBlockType type) | Urho3D::Archive | inline |
| OpenSafeSequentialBlock(const char *name) | Urho3D::Archive | inline |
| OpenSafeUnorderedBlock(const char *name) | Urho3D::Archive | inline |
| OpenSequentialBlock(const char *name) | Urho3D::Archive | inline |
| OpenUnorderedBlock(const char *name) | Urho3D::Archive | inline |
| operator=(MovableNonCopyable &&other)=default (defined in Urho3D::MovableNonCopyable) | Urho3D::MovableNonCopyable | protected |
| operator=(const MovableNonCopyable &other)=delete (defined in Urho3D::MovableNonCopyable) | Urho3D::MovableNonCopyable | protected |
| ReadBytesFromHexString(ea::string_view elementName, const ea::string &string, void *bytes, unsigned size) (defined in Urho3D::ArchiveBase) | Urho3D::ArchiveBase | protected |
| rootBlockName (defined in Urho3D::ArchiveBase) | Urho3D::ArchiveBase | protectedstatic |
| Serialize(const char *name, bool &value)=0 (defined in Urho3D::Archive) | Urho3D::Archive | pure virtual |
| Serialize(const char *name, signed char &value)=0 (defined in Urho3D::Archive) | Urho3D::Archive | pure virtual |
| Serialize(const char *name, unsigned char &value)=0 (defined in Urho3D::Archive) | Urho3D::Archive | pure virtual |
| Serialize(const char *name, short &value)=0 (defined in Urho3D::Archive) | Urho3D::Archive | pure virtual |
| Serialize(const char *name, unsigned short &value)=0 (defined in Urho3D::Archive) | Urho3D::Archive | pure virtual |
| Serialize(const char *name, int &value)=0 (defined in Urho3D::Archive) | Urho3D::Archive | pure virtual |
| Serialize(const char *name, unsigned int &value)=0 (defined in Urho3D::Archive) | Urho3D::Archive | pure virtual |
| Serialize(const char *name, long long &value)=0 (defined in Urho3D::Archive) | Urho3D::Archive | pure virtual |
| Serialize(const char *name, unsigned long long &value)=0 (defined in Urho3D::Archive) | Urho3D::Archive | pure virtual |
| Serialize(const char *name, float &value)=0 (defined in Urho3D::Archive) | Urho3D::Archive | pure virtual |
| Serialize(const char *name, double &value)=0 (defined in Urho3D::Archive) | Urho3D::Archive | pure virtual |
| Serialize(const char *name, ea::string &value)=0 (defined in Urho3D::Archive) | Urho3D::Archive | pure virtual |
| SerializeBytes(const char *name, void *bytes, unsigned size)=0 | Urho3D::Archive | pure virtual |
| SerializeVersion(unsigned version) final | Urho3D::ArchiveBase | inlinevirtual |
| SerializeVLE(const char *name, unsigned &value)=0 | Urho3D::Archive | pure virtual |
| SetDelayedException(std::exception_ptr ptr) (defined in Urho3D::ArchiveBase) | Urho3D::ArchiveBase | inlineprotected |
| UnexpectedElementValueException(ea::string_view elementName) const (defined in Urho3D::ArchiveBase) | Urho3D::ArchiveBase | inline |
| UnexpectedEOFException(ea::string_view elementName) const (defined in Urho3D::ArchiveBase) | Urho3D::ArchiveBase | inline |
| ValidateName(ea::string_view name) | Urho3D::Archive | static |
| versionElementName (defined in Urho3D::ArchiveBase) | Urho3D::ArchiveBase | protectedstatic |
| ~Archive() (defined in Urho3D::Archive) | Urho3D::Archive | inlinevirtual |
| ~ArchiveBase() override (defined in Urho3D::ArchiveBase) | Urho3D::ArchiveBase | inlineprotected |