|
Assimp
v4.1. (December 2018)
|
Wrapper of std::basic_ostream into RapidJSON's Stream concept.
More...
Public Types | |
| typedef StreamType::char_type | Ch |
Public Member Functions | |
| BasicOStreamWrapper (StreamType &stream) | |
| void | Flush () |
| char | Peek () const |
| void | Put (Ch c) |
| char * | PutBegin () |
| size_t | PutEnd (char *) |
| char | Take () |
| size_t | Tell () const |
Wrapper of std::basic_ostream into RapidJSON's Stream concept.
The classes can be wrapped including but not limited to:
std::ostringstream std::stringstream std::wpstringstream std::wstringstream std::ifstream std::fstream std::wofstream std::wfstream | StreamType | Class derived from std::basic_ostream. |
| typedef StreamType::char_type BasicOStreamWrapper< StreamType >::Ch |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |