|
bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
Default implementation of Handler. More...
#include <reader.h>


Public Types | |
| typedef Encoding::Ch | Ch |
| typedef internal::SelectIf< internal::IsSame< Derived, void >, BaseReaderHandler, Derived >::Type | Override |
Public Member Functions | |
| bool | Bool (bool) |
| bool | Default () |
| bool | Double (double) |
| bool | EndArray (SizeType) |
| bool | EndObject (SizeType) |
| bool | Int (int) |
| bool | Int64 (int64_t) |
| bool | Key (const Ch *str, SizeType len, bool copy) |
| bool | Null () |
| bool | RawNumber (const Ch *str, SizeType len, bool copy) |
| enabled via kParseNumbersAsStringsFlag, string is not null-terminated (use length) | |
| bool | StartArray () |
| bool | StartObject () |
| bool | String (const Ch *, SizeType, bool) |
| bool | Uint (unsigned) |
| bool | Uint64 (uint64_t) |
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 |