|
bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
Cursor stream wrapper for counting line and column number if error exists. More...
#include <cursorstreamwrapper.h>


Public Types | |
| typedef Encoding::Ch | Ch |
Public Member Functions | |
| CursorStreamWrapper (InputStream &is) | |
| void | Flush () |
| size_t | GetColumn () const |
| Get the error column number, if error exists. | |
| size_t | GetLine () const |
| Get the error line number, if error exists. | |
| UTFType | GetType () const |
| bool | HasBOM () const |
| Ch | Peek () const |
| const Ch * | Peek4 () const |
| void | Put (Ch ch) |
| Ch * | PutBegin () |
| size_t | PutEnd (Ch *ch) |
| Ch | Take () |
| size_t | Tell () |
Protected Attributes | |
| 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.
|
inlineinherited |
|
inline |
Get the error column number, if error exists.
Definition at line 61 of file cursorstreamwrapper.h.
|
inline |
Get the error line number, if error exists.
Definition at line 59 of file cursorstreamwrapper.h.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
Definition at line 47 of file cursorstreamwrapper.h.
|
inlineinherited |
|
protectedinherited |