![]() |
Blamite Game Engine - blam!
00368.02.12.23.1347.blamite
The core library for the Blamite Game Engine.
|
Cursor stream wrapper for counting line and column number if error exists. More...
#include <cursorstreamwrapper.h>
Public Types | |
typedef Encoding::Ch | Ch |
![]() | |
typedef UTF8<> ::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... | |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
InputStream & | is_ |
Cursor stream wrapper for counting line and column number if error exists.
InputStream | Any stream that implements Stream Concept |
typedef Encoding::Ch CursorStreamWrapper< InputStream, Encoding >::Ch |
|
inline |
|
inline |
Get the error column number, if error exists.
|
inline |
Get the error line number, if error exists.
|
inline |