Torque2D Reference
|
Public Member Functions | |
ParseStringHandler () | |
~ParseStringHandler () | |
void | Default () |
void | String (const typename Encoding::Ch *str, size_t length, bool copy) |
![]() | |
void | Default () |
void | Null () |
void | Bool (bool) |
void | Int (int) |
void | Uint (unsigned) |
void | Int64 (int64_t) |
void | Uint64 (uint64_t) |
void | Double (double) |
void | String (const Ch *, SizeType, bool) |
void | StartObject () |
void | EndObject (SizeType) |
void | StartArray () |
void | EndArray (SizeType) |
Public Attributes | |
const Encoding::Ch * | str_ |
size_t | length_ |
bool | copy_ |
Additional Inherited Members | |
![]() | |
typedef Encoding::Ch | Ch |
|
inline |
|
inline |
|
inline |
|
inline |
bool copy_ |
size_t length_ |
const Encoding::Ch* str_ |