Cursor stream wrapper for counting line and column number if error exists.
More...
#include <cursorstreamwrapper.h>
|
typedef Encoding::Ch | Ch |
typedef UTF8<>::Ch | Ch |
|
| CursorStreamWrapper (InputStream &is) |
Ch | Take () |
size_t | GetLine () const |
| Get the error line number, if error exists.
|
size_t | GetColumn () const |
| Get the error column number, if error exists.
|
| GenericStreamWrapper (InputStream &is) |
Ch | Peek () const |
Ch | Take () |
size_t | Tell () |
Ch * | PutBegin () |
void | Put (Ch ch) |
void | Flush () |
size_t | PutEnd (Ch *ch) |
const Ch * | Peek4 () const |
UTFType | GetType () const |
bool | HasBOM () const |
template<typename InputStream, typename
Encoding = UTF8<>>
class rapidjson::CursorStreamWrapper< InputStream, Encoding >
Cursor stream wrapper for counting line and column number if error exists.
- Template Parameters
-
InputStream | Any stream that implements Stream Concept |
The documentation for this class was generated from the following file: