Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::Buffer Class Reference
Inheritance diagram for Grindstone::Buffer:
Grindstone::ResizableBuffer

Public Member Functions

 Buffer (uint64_t capacity)
 
 Buffer (void *bufferPtr, const uint64_t capacity)
 
 Buffer (const Buffer &other)
 
 Buffer (Buffer &&other) noexcept
 
void ZeroInitialize ()
 
virtual BufferView GetBufferView (uint64_t segmentOffset, uint64_t segmentSize)
 
Bufferoperator= (const Buffer &other)
 
Bufferoperator= (Buffer &&other) noexcept
 
Byte & operator[] (int index)
 
Byte operator[] (int index) const
 
 operator bool () const
 
void Clear ()
 
Byte * Get ()
 
const Byte * Get () const
 
uint64_t GetCapacity () const
 

Protected Attributes

Byte * bufferPtr = nullptr
 
uint64_t capacity = 0
 

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