#include <archiver.h>
Definition at line 103 of file archiver.h.
◆ JsonWriter()
JsonWriter::JsonWriter |
( |
| ) |
|
Definition at line 216 of file archiver.cpp.
216 : mWriter(), mStream() {
219}
Writer with indentation and spacing.
GenericStringBuffer< UTF8< char >, CrtAllocator > StringBuffer
◆ ~JsonWriter()
JsonWriter::~JsonWriter |
( |
| ) |
|
◆ EndArray()
◆ EndObject()
◆ GetString()
const char * JsonWriter::GetString |
( |
| ) |
const |
◆ HasMember()
bool JsonWriter::HasMember |
( |
const char * | name | ) |
const |
Definition at line 245 of file archiver.cpp.
245 {
246
247 assert(false);
248 return false;
249}
◆ Member()
JsonWriter & JsonWriter::Member |
( |
const char * | name | ) |
|
Definition at line 240 of file archiver.cpp.
240 {
242 return *this;
243}
RAPIDJSON_NAMESPACE_BEGIN typedef unsigned SizeType
Size type (for string lengths, array sizes, etc.)
◆ operator bool()
JsonWriter::operator bool |
( |
| ) |
const |
|
inline |
◆ operator&() [1/5]
◆ operator&() [2/5]
◆ operator&() [3/5]
◆ operator&() [4/5]
JsonWriter & JsonWriter::operator& |
( |
std::string & | s | ) |
|
◆ operator&() [5/5]
JsonWriter & JsonWriter::operator& |
( |
unsigned & | u | ) |
|
◆ SetNull()
◆ StartArray()
JsonWriter & JsonWriter::StartArray |
( |
size_t * | size = 0 | ) |
|
◆ StartObject()
◆ IsReader
const bool JsonWriter::IsReader = false |
|
static |
◆ IsWriter
const bool JsonWriter::IsWriter = !IsReader |
|
static |
The documentation for this class was generated from the following files:
- libraries/fc/include/fc/crypto/webauthn_json/example/archiver/archiver.h
- libraries/fc/include/fc/crypto/webauthn_json/example/archiver/archiver.cpp