|
HDK
|
#include <UT_JSONArchive.h>
Inheritance diagram for UT_JSONArchiver::Input:Public Member Functions | |
| Input (UT_IStream &is) | |
| Input (UT_JSONParser &p) | |
| bool | serializeMapBegin () |
| bool | serializeMapEnd () |
| bool | serializeKey (UT_WorkBuffer &key) |
| template<typename T > | |
| bool | serializeValue (T &val) |
| bool | serializeStringValue (UT_WorkBuffer &str) |
| bool | serializeArrayBegin (int64 &count) |
| bool | serializeArrayEnd () |
| template<typename T > | |
| bool | serializeUniformArray (T *vec, int64 count) |
| bool | serializeListBegin () |
| bool | serializeListEnd () |
Public Member Functions inherited from UT_LoadArchiver< Input > | |
| constexpr bool | isLoading () const |
| constexpr bool | isSaving () const |
| bool | serializeArray (T *vec, int64 count) |
| bool | operator() (const SEQ_T &pair_seq, bool case_sensitive=false) |
Definition at line 106 of file UT_JSONArchive.h.
|
inline |
Definition at line 109 of file UT_JSONArchive.h.
|
inline |
Definition at line 114 of file UT_JSONArchive.h.
|
inline |
Definition at line 145 of file UT_JSONArchive.h.
|
inline |
Definition at line 150 of file UT_JSONArchive.h.
|
inline |
Definition at line 128 of file UT_JSONArchive.h.
|
inline |
Definition at line 163 of file UT_JSONArchive.h.
|
inline |
Definition at line 168 of file UT_JSONArchive.h.
|
inline |
Definition at line 118 of file UT_JSONArchive.h.
|
inline |
Definition at line 123 of file UT_JSONArchive.h.
|
inline |
Definition at line 140 of file UT_JSONArchive.h.
|
inline |
Definition at line 158 of file UT_JSONArchive.h.
|
inline |
Definition at line 136 of file UT_JSONArchive.h.