#include <UT_JSONArchive.h>

Public Member Functions | |
| Input (UT_IStream &is) | |
| 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) |
Definition at line 108 of file UT_JSONArchive.h.
| UT_JSONArchiver::Input::Input | ( | UT_IStream & | is | ) | [inline] |
Definition at line 111 of file UT_JSONArchive.h.
| bool UT_JSONArchiver::Input::serializeArrayBegin | ( | int64 & | count | ) | [inline] |
Definition at line 146 of file UT_JSONArchive.h.
| bool UT_JSONArchiver::Input::serializeArrayEnd | ( | ) | [inline] |
Definition at line 153 of file UT_JSONArchive.h.
| bool UT_JSONArchiver::Input::serializeKey | ( | UT_WorkBuffer & | key | ) | [inline] |
Definition at line 127 of file UT_JSONArchive.h.
| bool UT_JSONArchiver::Input::serializeMapBegin | ( | ) | [inline] |
Definition at line 117 of file UT_JSONArchive.h.
| bool UT_JSONArchiver::Input::serializeMapEnd | ( | ) | [inline] |
Definition at line 122 of file UT_JSONArchive.h.
| bool UT_JSONArchiver::Input::serializeStringValue | ( | UT_WorkBuffer & | str | ) | [inline] |
Definition at line 139 of file UT_JSONArchive.h.
| bool UT_JSONArchiver::Input::serializeUniformArray | ( | T * | vec, | |
| int64 | count | |||
| ) | [inline] |
Definition at line 163 of file UT_JSONArchive.h.
| bool UT_JSONArchiver::Input::serializeValue | ( | T & | val | ) | [inline] |
Definition at line 133 of file UT_JSONArchive.h.
1.5.9