#include <JsonObj.h>
◆ ~JsonObj()
ehs::JsonObj::~JsonObj |
( |
| ) |
|
|
override |
◆ JsonObj() [1/5]
ehs::JsonObj::JsonObj |
( |
| ) |
|
◆ JsonObj() [2/5]
ehs::JsonObj::JsonObj |
( |
UInt_64 |
size, |
|
|
UInt_64 |
extra |
|
) |
| |
◆ JsonObj() [3/5]
ehs::JsonObj::JsonObj |
( |
UInt_64 |
extra | ) |
|
◆ JsonObj() [4/5]
ehs::JsonObj::JsonObj |
( |
JsonObj && |
value | ) |
|
|
noexcept |
◆ JsonObj() [5/5]
ehs::JsonObj::JsonObj |
( |
const JsonObj & |
value | ) |
|
◆ AddVar()
bool ehs::JsonObj::AddVar |
( |
const JsonVar & |
var | ) |
|
◆ Extra()
UInt_64 ehs::JsonObj::Extra |
( |
| ) |
const |
◆ GetVar() [1/4]
◆ GetVar() [2/4]
const JsonVar * ehs::JsonObj::GetVar |
( |
const Str_8 & |
identifier | ) |
const |
◆ GetVar() [3/4]
JsonVar * ehs::JsonObj::GetVar |
( |
UInt_64 |
hashId | ) |
|
◆ GetVar() [4/4]
const JsonVar * ehs::JsonObj::GetVar |
( |
UInt_64 |
hashId | ) |
const |
◆ HasVar() [1/2]
bool ehs::JsonObj::HasVar |
( |
const Str_8 & |
identifier | ) |
const |
◆ HasVar() [2/2]
bool ehs::JsonObj::HasVar |
( |
UInt_64 |
hashId | ) |
const |
◆ operator JsonVar *()
ehs::JsonObj::operator JsonVar * |
( |
| ) |
const |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ RawSize()
UInt_64 ehs::JsonObj::RawSize |
( |
| ) |
const |
◆ Size()
UInt_64 ehs::JsonObj::Size |
( |
| ) |
const |
◆ ToStr()
Str_8 ehs::JsonObj::ToStr |
( |
UInt_64 |
level, |
|
|
bool |
compact |
|
) |
| const |
|
overridevirtual |
◆ extra
UInt_64 ehs::JsonObj::extra |
|
protected |
◆ rawSize
UInt_64 ehs::JsonObj::rawSize |
|
protected |
◆ size
UInt_64 ehs::JsonObj::size |
|
protected |
◆ vars
The documentation for this class was generated from the following files: