Default implementation of Handler. Plus de détails...
#include <arcane/utils/internal/json/rapidjson/reader.h>
Graphe de collaboration de BaseReaderHandler< Encoding, Derived >:Types publics | |
| typedef Encoding::Ch | Ch |
| typedef internal::SelectIf< internal::IsSame< Derived, void >, BaseReaderHandler, Derived >::Type | Override |
Fonctions membres publiques | |
| bool | Default () |
| bool | Null () |
| bool | Bool (bool) |
| bool | Int (int) |
| bool | Uint (unsigned) |
| bool | Int64 (int64_t) |
| bool | Uint64 (uint64_t) |
| bool | Double (double) |
| bool | RawNumber (const Ch *str, SizeType len, bool copy) |
| enabled via kParseNumbersAsStringsFlag, string is not null-terminated (use length) | |
| bool | String (const Ch *, SizeType, bool) |
| bool | StartObject () |
| bool | Key (const Ch *str, SizeType len, bool copy) |
| bool | EndObject (SizeType) |
| bool | StartArray () |
| bool | EndArray (SizeType) |
Default implementation of Handler.
This can be used as base class of any reader handler.
| typedef Encoding::Ch BaseReaderHandler< Encoding, Derived >::Ch |
| typedef internal::SelectIf<internal::IsSame<Derived,void>,BaseReaderHandler,Derived>::Type BaseReaderHandler< Encoding, Derived >::Override |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |