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