template <typename ValueType>
struct TypeHelper
Defined at line 597 of file ../../third_party/rapidjson/include/rapidjson/document.h
Public Methods
bool Is (const ValueType & v)
Defined at line 600 of file ../../third_party/rapidjson/include/rapidjson/document.h
StringType Get (const ValueType & v)
Defined at line 601 of file ../../third_party/rapidjson/include/rapidjson/document.h
ValueType & Set (ValueType & v, const StringType data)
Defined at line 602 of file ../../third_party/rapidjson/include/rapidjson/document.h
ValueType & Set (ValueType & v, const StringType data, typename ValueType::AllocatorType & a)
Defined at line 603 of file ../../third_party/rapidjson/include/rapidjson/document.h