|
Torque2D Reference
|
Default implementation of Handler. More...
#include <reader.h>
Inheritance diagram for BaseReaderHandler< Encoding >:Public Types | |
| typedef Encoding::Ch | Ch |
Public Member Functions | |
| 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) |
Default implementation of Handler.
This can be used as base class of any reader handler.
| typedef Encoding::Ch Ch |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.10