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

Public Member Functions

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

Static Public Member Functions

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

Public Attributes

::ll::TypedStorage< 8, 8, uchar const * > m_data
::ll::TypedStorage< 8, 8, int64 > m_pos
::ll::TypedStorage< 8, 8, int64 > m_top

Member Function Documentation

◆ seek()

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

Implements bx::SeekerI.

◆ read()

virtual int bx::MemoryReader::read ( void * _data,
int _size,
::bx::Error * _err )
virtual

Implements bx::ReaderI.

◆ $vftableForSeekerI()

MCAPI void ** bx::MemoryReader::$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.

◆ $vftableForReaderI()

MCAPI void ** bx::MemoryReader::$vftableForReaderI ( )
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.

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