Cuberite
A lightweight, fast and extensible game server for Minecraft
|
This is the complete list of members for cFastNBTWriter, including all inherited members.
AddByte(const AString &a_Name, unsigned char a_Value) | cFastNBTWriter | |
AddByteArray(const AString &a_Name, const char *a_Value, size_t a_NumElements) | cFastNBTWriter | |
AddByteArray(const AString &a_Name, size_t a_NumElements, unsigned char a_Value) | cFastNBTWriter | |
AddByteArray(const AString &a_Name, const AString &a_Value) | cFastNBTWriter | inline |
AddDouble(const AString &a_Name, double a_Value) | cFastNBTWriter | |
AddFloat(const AString &a_Name, float a_Value) | cFastNBTWriter | |
AddInt(const AString &a_Name, Int32 a_Value) | cFastNBTWriter | |
AddIntArray(const AString &a_Name, const Int32 *a_Value, size_t a_NumElements) | cFastNBTWriter | |
AddLong(const AString &a_Name, Int64 a_Value) | cFastNBTWriter | |
AddShort(const AString &a_Name, Int16 a_Value) | cFastNBTWriter | |
AddString(const AString &a_Name, std::string_view a_Value) | cFastNBTWriter | |
BeginCompound(const AString &a_Name) | cFastNBTWriter | |
BeginList(const AString &a_Name, eTagType a_ChildrenType) | cFastNBTWriter | |
cFastNBTWriter(const AString &a_RootTagName="") | cFastNBTWriter | |
EndCompound(void) | cFastNBTWriter | |
EndList(void) | cFastNBTWriter | |
Finish(void) | cFastNBTWriter | |
GetResult(void) const | cFastNBTWriter | inline |
IsStackTopCompound(void) const | cFastNBTWriter | inlineprotected |
m_CurrentStack | cFastNBTWriter | protected |
m_Result | cFastNBTWriter | protected |
m_Stack | cFastNBTWriter | protected |
MAX_STACK | cFastNBTWriter | protectedstatic |
TagCommon(const AString &a_Name, eTagType a_Type) | cFastNBTWriter | inlineprotected |
WriteString(std::string_view a_Data) | cFastNBTWriter | protected |