#include <FastNBT.h>
|
void | AddByte (const AString &a_Name, unsigned char a_Value) |
|
void | AddByteArray (const AString &a_Name, const char *a_Value, size_t a_NumElements) |
|
void | AddByteArray (const AString &a_Name, const AString &a_Value) |
|
void | AddDouble (const AString &a_Name, double a_Value) |
|
void | AddFloat (const AString &a_Name, float a_Value) |
|
void | AddInt (const AString &a_Name, Int32 a_Value) |
|
void | AddIntArray (const AString &a_Name, const int *a_Value, size_t a_NumElements) |
|
void | AddLong (const AString &a_Name, Int64 a_Value) |
|
void | AddShort (const AString &a_Name, Int16 a_Value) |
|
void | AddString (const AString &a_Name, const AString &a_Value) |
|
void | BeginCompound (const AString &a_Name) |
|
void | BeginList (const AString &a_Name, eTagType a_ChildrenType) |
|
| cFastNBTWriter (const AString &a_RootTagName="") |
|
void | EndCompound (void) |
|
void | EndList (void) |
|
void | Finish (void) |
|
const AString & | GetResult (void) const |
|
Definition at line 316 of file FastNBT.h.
cFastNBTWriter::cFastNBTWriter |
( |
const AString & |
a_RootTagName = "" | ) |
|
void cFastNBTWriter::AddByte |
( |
const AString & |
a_Name, |
|
|
unsigned char |
a_Value |
|
) |
| |
void cFastNBTWriter::AddByteArray |
( |
const AString & |
a_Name, |
|
|
const char * |
a_Value, |
|
|
size_t |
a_NumElements |
|
) |
| |
void cFastNBTWriter::AddByteArray |
( |
const AString & |
a_Name, |
|
|
const AString & |
a_Value |
|
) |
| |
|
inline |
void cFastNBTWriter::AddDouble |
( |
const AString & |
a_Name, |
|
|
double |
a_Value |
|
) |
| |
void cFastNBTWriter::AddFloat |
( |
const AString & |
a_Name, |
|
|
float |
a_Value |
|
) |
| |
void cFastNBTWriter::AddInt |
( |
const AString & |
a_Name, |
|
|
Int32 |
a_Value |
|
) |
| |
void cFastNBTWriter::AddIntArray |
( |
const AString & |
a_Name, |
|
|
const int * |
a_Value, |
|
|
size_t |
a_NumElements |
|
) |
| |
void cFastNBTWriter::AddLong |
( |
const AString & |
a_Name, |
|
|
Int64 |
a_Value |
|
) |
| |
void cFastNBTWriter::AddShort |
( |
const AString & |
a_Name, |
|
|
Int16 |
a_Value |
|
) |
| |
void cFastNBTWriter::AddString |
( |
const AString & |
a_Name, |
|
|
const AString & |
a_Value |
|
) |
| |
void cFastNBTWriter::BeginCompound |
( |
const AString & |
a_Name | ) |
|
void cFastNBTWriter::BeginList |
( |
const AString & |
a_Name, |
|
|
eTagType |
a_ChildrenType |
|
) |
| |
void cFastNBTWriter::EndCompound |
( |
void |
| ) |
|
void cFastNBTWriter::EndList |
( |
void |
| ) |
|
void cFastNBTWriter::Finish |
( |
void |
| ) |
|
const AString& cFastNBTWriter::GetResult |
( |
void |
| ) |
const |
|
inline |
bool cFastNBTWriter::IsStackTopCompound |
( |
void |
| ) |
const |
|
inlineprotected |
void cFastNBTWriter::WriteString |
( |
const char * |
a_Data, |
|
|
UInt16 |
a_Length |
|
) |
| |
|
protected |
int cFastNBTWriter::m_CurrentStack |
|
protected |
const int cFastNBTWriter::MAX_STACK = 50 |
|
staticprotected |
The documentation for this class was generated from the following files: