DDraceNetwork Docs
|
#include <jsonwriter.h>
Public Member Functions | |
CJsonStringWriter ()=default | |
~CJsonStringWriter ()=default | |
std::string && | GetOutputString () |
Public Member Functions inherited from CJsonWriter | |
CJsonWriter () | |
virtual | ~CJsonWriter ()=default |
void | BeginObject () |
void | EndObject () |
void | BeginArray () |
void | EndArray () |
void | WriteAttribute (const char *pName) |
void | WriteStrValue (const char *pValue) |
void | WriteIntValue (int Value) |
void | WriteBoolValue (bool Value) |
void | WriteNullValue () |
Protected Member Functions | |
void | WriteInternal (const char *pStr, int Length=-1) override |
virtual void | WriteInternal (const char *pStr, int Length=-1)=0 |
Private Attributes | |
std::string | m_OutputString |
bool | m_RetrievedOutput = false |
Writes JSON to an std::string.
|
default |
|
default |
std::string && CJsonStringWriter::GetOutputString | ( | ) |
|
overrideprotectedvirtual |
Implements CJsonWriter.
|
private |
|
private |