HDK
|
#include <UT_JSONArchive.h>
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) |
Public Member Functions inherited from UT_LoadArchiver< Input > | |
bool | isLoading () const |
bool | isSaving () const |
bool | serializeArray (T *vec, int64 count) |
bool | operator() (const SEQ_T &pair_seq) |
Definition at line 97 of file UT_JSONArchive.h.
|
inline |
Definition at line 100 of file UT_JSONArchive.h.
|
inline |
Definition at line 105 of file UT_JSONArchive.h.
|
inline |
Definition at line 134 of file UT_JSONArchive.h.
|
inline |
Definition at line 139 of file UT_JSONArchive.h.
|
inline |
Definition at line 119 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 129 of file UT_JSONArchive.h.
|
inline |
Definition at line 147 of file UT_JSONArchive.h.
|
inline |
Definition at line 125 of file UT_JSONArchive.h.