#include <UT_JSONArchive.h>
Definition at line 46 of file UT_JSONArchive.h.
UT_JSONArchiver::Output::Output |
( |
UT_OStream & |
os | ) |
|
|
inline |
bool UT_JSONArchiver::Output::serializeArrayBegin |
( |
int64 |
count | ) |
|
|
inline |
bool UT_JSONArchiver::Output::serializeArrayEnd |
( |
| ) |
|
|
inline |
bool UT_JSONArchiver::Output::serializeKey |
( |
const char * |
key | ) |
|
|
inline |
bool UT_JSONArchiver::Output::serializeMapBegin |
( |
| ) |
|
|
inline |
bool UT_JSONArchiver::Output::serializeMapEnd |
( |
| ) |
|
|
inline |
bool UT_JSONArchiver::Output::serializeStringValue |
( |
const char * |
str | ) |
|
|
inline |
template<typename T >
bool UT_JSONArchiver::Output::serializeUniformArray |
( |
T * |
vec, |
|
|
int64 |
count |
|
) |
| |
|
inline |
template<typename T >
bool UT_JSONArchiver::Output::serializeValue |
( |
const T & |
val | ) |
|
|
inline |
The documentation for this class was generated from the following file: