LeviLamina
Loading...
Searching...
No Matches
bx::StaticMemoryBlockWriter Class Reference
Inheritance diagram for bx::StaticMemoryBlockWriter:

Public Member Functions

MCAPI void $dtor ()
virtual int64 seek (int64 _offset, ::bx::Whence::Enum _whence)
virtual int write (void const *_data, int _size, ::bx::Error *_err)
MCAPI int64 $seek (int64 _offset, ::bx::Whence::Enum _whence)
MCAPI int $write (void const *_data, int _size, ::bx::Error *_err)

Static Public Member Functions

static MCAPI void ** $vftableForWriterI ()
static MCAPI void ** $vftableForSeekerI ()

Public Attributes

::ll::TypedStorage< 8, 24, ::bx::StaticMemoryBlockm_smb
::ll::TypedStorage< 8, 8, ::bx::MemoryBlockI * > m_memBlock
::ll::TypedStorage< 8, 8, uchar * > m_data
::ll::TypedStorage< 8, 8, int64 > m_pos
::ll::TypedStorage< 8, 8, int64 > m_top
::ll::TypedStorage< 8, 8, int64 > m_size

Member Function Documentation

◆ $vftableForWriterI()

MCAPI void ** bx::StaticMemoryBlockWriter::$vftableForWriterI ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftableForSeekerI()

MCAPI void ** bx::StaticMemoryBlockWriter::$vftableForSeekerI ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ seek()

virtual int64 bx::MemoryWriter::seek ( int64 _offset,
::bx::Whence::Enum _whence )
virtualinherited

Implements bx::SeekerI.

◆ write()

virtual int bx::MemoryWriter::write ( void const * _data,
int _size,
::bx::Error * _err )
virtualinherited

Implements bx::WriterI.


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