This is the documentation for Enlighten.

class Enlighten RawBuffer

class Enlighten::RawBuffer

A range of bytes.

Functions

Name Description
RawBuffer()

Constructors.

RawBuffer(void *, Geo::u32, bool)

Constructors.

Variables

Name Description
Geo::u32 m_Initialised

True if the buffer content is initialised.

void * m_Pointer

Pointer to the buffer.

Geo::u32 m_Size

Size of the buffer.


Enlighten::RawBuffer::RawBuffer


public: RawBuffer()


Constructors.


Enlighten::RawBuffer::RawBuffer


public: RawBuffer
(
    void * pointer,
    Geo::u32 size,
    bool initialised
)


Constructors.