Rebel Fork Framework
Urho3D::BinaryOutputArchiveBlock Class Reference

Binary output archive block. More...

#include <Urho3D/IO/BinaryArchive.h>

Inheritance diagram for Urho3D::BinaryOutputArchiveBlock:
Urho3D::ArchiveBlockBase

Public Member Functions

 BinaryOutputArchiveBlock (const char *name, ArchiveBlockType type, Serializer *parentSerializer, bool safe)
 
SerializerGetSerializer ()
 
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

For safe blocks only
ea::unique_ptr< VectorBufferoutputBuffer_
 
SerializerparentSerializer_ {}
 

Additional Inherited Members

- Protected Attributes inherited from Urho3D::ArchiveBlockBase
const ea::string_view name_
 
const ArchiveBlockType type_ {}
 
unsigned inlineBlockDepth_ {}
 

Detailed Description

Binary output archive block.


The documentation for this class was generated from the following files: