载入中...
搜索中...
未找到
rapidjson::BaseReaderHandler< Encoding, Derived > 模板结构体 参考

Default implementation of Handler. 更多...

#include <reader.h>

Public 类型

typedef Encoding::Ch Ch
typedef internal::SelectIf< internal::IsSame< Derived, void >, BaseReaderHandler, Derived >::Type Override

Public 成员函数

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)

详细描述

template<typename Encoding = UTF8<>, typename Derived = void>
struct rapidjson::BaseReaderHandler< Encoding, Derived >

Default implementation of Handler.

This can be used as base class of any reader handler.

注解
implements Handler concept

该结构体的文档由以下文件生成: