Cursor stream wrapper for counting line and column number if error exists. More...
#include <cursorstreamwrapper.h>
Public Types | |
typedef Encoding::Ch | Ch |
Public Types inherited from GenericStreamWrapper< InputStream, Encoding > | |
typedef Encoding::Ch | Ch |
Public Member Functions | |
CursorStreamWrapper (InputStream &is) | |
Ch | Take () |
size_t | GetLine () const |
Get the error line number, if error exists. More... | |
size_t | GetColumn () const |
Get the error column number, if error exists. More... | |
Public Member Functions inherited from GenericStreamWrapper< InputStream, Encoding > | |
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 |
Private Attributes | |
size_t | line_ |
Current Line. More... | |
size_t | col_ |
Current Column. More... | |
Additional Inherited Members | |
Protected Attributes inherited from GenericStreamWrapper< InputStream, Encoding > | |
InputStream & | is_ |
Cursor stream wrapper for counting line and column number if error exists.
InputStream | Any stream that implements Stream Concept |
Definition at line 39 of file cursorstreamwrapper.h.
typedef Encoding::Ch CursorStreamWrapper< InputStream, Encoding >::Ch |
Definition at line 41 of file cursorstreamwrapper.h.
|
inline |
Definition at line 43 of file cursorstreamwrapper.h.
|
inline |
|
inline |
|
inline |
Definition at line 47 of file cursorstreamwrapper.h.
|
private |
Current Column.
Definition at line 65 of file cursorstreamwrapper.h.
|
private |
Current Line.
Definition at line 64 of file cursorstreamwrapper.h.