Wrapper of std::basic_istream into RapidJSON's Stream concept.
更多...
#include <istreamwrapper.h>
Public 类型 | |
| typedef StreamType::char_type | Ch |
Public 成员函数 | |
| BasicIStreamWrapper (StreamType &stream) | |
| Ch | Peek () const |
| Ch | Take () |
| size_t | Tell () const |
| Ch * | PutBegin () |
| void | Put (Ch) |
| void | Flush () |
| size_t | PutEnd (Ch *) |
| const Ch * | Peek4 () 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. |