template <typename StreamType>
class BasicOStreamWrapper
Defined at line 45 of file ../../third_party/rapidjson/include/rapidjson/ostreamwrapper.h
Wrapper of
into RapidJSON's Stream concept.
The classes can be wrapped including but not limited to:
-
-
-
-
-
-
-
-
Template Parameters
Public Methods
void BasicOStreamWrapper<StreamType> (StreamType & stream)
Defined at line 48 of file ../../third_party/rapidjson/include/rapidjson/ostreamwrapper.h
void Put (Ch c)
Defined at line 50 of file ../../third_party/rapidjson/include/rapidjson/ostreamwrapper.h
void Flush ()
Defined at line 54 of file ../../third_party/rapidjson/include/rapidjson/ostreamwrapper.h
char Peek ()
Not implemented
Defined at line 59 of file ../../third_party/rapidjson/include/rapidjson/ostreamwrapper.h
char Take ()
Defined at line 60 of file ../../third_party/rapidjson/include/rapidjson/ostreamwrapper.h
size_t Tell ()
Defined at line 61 of file ../../third_party/rapidjson/include/rapidjson/ostreamwrapper.h
char * PutBegin ()
Defined at line 62 of file ../../third_party/rapidjson/include/rapidjson/ostreamwrapper.h
size_t PutEnd (char * )
Defined at line 63 of file ../../third_party/rapidjson/include/rapidjson/ostreamwrapper.h