CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::Buffer Member List

This is the complete list of members for CeresEngine::Buffer, including all inherited members.

append(const Buffer &buffer) noexceptCeresEngine::Buffer
begin() noexceptCeresEngine::Bufferinline
begin() const noexceptCeresEngine::Bufferinline
buffer() noexceptCeresEngine::Bufferinline
buffer() const noexceptCeresEngine::Bufferinline
Buffer() noexceptCeresEngine::Buffer
Buffer(std::nullptr_t) noexceptCeresEngine::Buffer
Buffer(size_t size) noexceptCeresEngine::Bufferexplicit
Buffer(Byte *buffer, size_t size, bool copy=false) noexceptCeresEngine::Bufferexplicit
Buffer(const Byte *buffer, size_t size) noexceptCeresEngine::Bufferexplicit
Buffer(std::initializer_list< unsigned char > bytes) noexceptCeresEngine::Buffer
Buffer(const Buffer &other) noexcept=deleteCeresEngine::Buffer
Buffer(Buffer &&other) noexceptCeresEngine::Buffer
capacity() const noexceptCeresEngine::Bufferinline
cbegin() const noexceptCeresEngine::Bufferinline
cend() const noexceptCeresEngine::Bufferinline
ConstIterator typedefCeresEngine::Buffer
copy() const noexceptCeresEngine::Buffer
data() noexceptCeresEngine::Bufferinline
data() const noexceptCeresEngine::Bufferinline
empty() const noexceptCeresEngine::Bufferinline
end() noexceptCeresEngine::Bufferinline
end() const noexceptCeresEngine::Bufferinline
hexdump() const noexceptCeresEngine::Buffer
hexstring() const noexceptCeresEngine::Buffer
Iterator typedefCeresEngine::Buffer
mBufferCeresEngine::Bufferprivate
mCapacityCeresEngine::Bufferprivate
mOwnsCeresEngine::Bufferprivate
mSizeCeresEngine::Bufferprivate
operator bool() const noexceptCeresEngine::Bufferinlineexplicit
operator char *() noexceptCeresEngine::Bufferinline
operator const char *() const noexceptCeresEngine::Bufferinline
operator const unsigned char *() const noexceptCeresEngine::Bufferinline
operator unsigned char *() noexceptCeresEngine::Bufferinline
operator!=(const Buffer &other) const noexceptCeresEngine::Bufferinline
operator<<CeresEngine::Bufferfriend
operator=(const Buffer &other) noexcept=deleteCeresEngine::Buffer
operator=(Buffer &&other) noexceptCeresEngine::Buffer
operator==(const Buffer &other) const noexceptCeresEngine::Bufferinline
operator[](size_t offset) noexceptCeresEngine::Bufferinline
operator[](size_t offset) const noexceptCeresEngine::Bufferinline
own() noexceptCeresEngine::Buffer
owns() const noexceptCeresEngine::Bufferinline
reference(size_t start=0, size_t length=std::numeric_limits< size_t >::max()) const noexcept -> BufferCeresEngine::Buffer
reserve(size_t newCapacity) noexceptCeresEngine::Buffer
resize(size_t newSize) noexceptCeresEngine::Buffer
size() const noexceptCeresEngine::Bufferinline
valid() const noexceptCeresEngine::Bufferinline
write(const char *buf, size_t length) noexceptCeresEngine::Buffer
~Buffer() noexceptCeresEngine::Buffer