Rebel Fork Framework
|
Binary input archive block. More...
#include <Urho3D/IO/BinaryArchive.h>
Public Member Functions | |
BinaryInputArchiveBlock (const char *name, ArchiveBlockType type, Deserializer *deserializer, bool safe, unsigned nextElementPosition) | |
unsigned | GetNextElementPosition () const |
bool | IsUnorderedAccessSupported () const |
bool | HasElementOrBlock (const char *name) const |
void | Close (ArchiveBase &archive) |
Public Member Functions inherited from Urho3D::ArchiveBlockBase | |
ArchiveBlockBase (const char *name, ArchiveBlockType type) | |
ea::string_view | GetName () const |
ArchiveBlockType | GetType () const |
void | OpenInlineBlock () |
void | CloseInlineBlock () |
bool | HasOpenInlineBlock () const |
bool | IsUnorderedAccessSupported () const =delete |
bool | HasElementOrBlock (const char *name) const =delete |
void | Close ()=delete |
Private Attributes | |
Deserializer * | deserializer_ {} |
bool | safe_ {} |
Whether the block is safe. | |
For safe blocks only | |
unsigned | blockOffset_ {} |
unsigned | blockSize_ {} |
unsigned | nextElementPosition_ {} |
Additional Inherited Members | |
Protected Attributes inherited from Urho3D::ArchiveBlockBase | |
const ea::string_view | name_ |
const ArchiveBlockType | type_ {} |
unsigned | inlineBlockDepth_ {} |
Binary input archive block.