123 void DeleteBuffer(
const Whole NewSize = 0);
127 void CreateFromBase64(
const String& EncodedBinaryData);
138 void Concatenate(
const Byte* OtherBuffer,
const Whole ByteSize);
142 void Concatenate(
const BinaryBuffer BufferFromAnotherMother);
149 Whole GetSize()
const;
170 Byte& operator[](
const Whole Index);
bool Boole
Generally acts a single bit, true or false.
String ToString(const T &Datum)
Converts whatever to a String as long as a streaming operator is available for it.
All the definitions for datatypes as well as some basic conversion functions are defined here...
uint8_t UInt8
An 8-bit unsigned integer.
char Char8
A datatype to represent one character.
The bulk of the engine components go in this namspace.
unsigned long Whole
Whole is an unsigned integer, it will be at least 32bits in size.
int8_t Int8
An 8-bit integer.
std::string String
A datatype used to a series of characters.