Base implementation of ArchiveBlock. May contain inline blocks.
More...
#include <Urho3D/IO/ArchiveBase.h>
|
| 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 |
|
|
const ea::string_view | name_ |
|
const ArchiveBlockType | type_ {} |
|
unsigned | inlineBlockDepth_ {} |
|
Base implementation of ArchiveBlock. May contain inline blocks.
The documentation for this class was generated from the following file: