Cursor stream wrapper for counting line and column number if error exists. Plus de détails...
#include <arcane/utils/internal/json/rapidjson/cursorstreamwrapper.h>
Types publics | |
typedef Encoding::Ch | Ch |
Types publics hérités de GenericStreamWrapper< InputStream, Encoding > | |
typedef Encoding::Ch | Ch |
Fonctions membres publiques | |
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. | |
Fonctions membres publiques hérités de 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 |
Attributs privés | |
size_t | line_ |
Current Line. | |
size_t | col_ |
Current Column. | |
Membres hérités additionnels | |
Attributs protégés hérités de GenericStreamWrapper< InputStream, Encoding > | |
InputStream & | is_ |
Cursor stream wrapper for counting line and column number if error exists.
InputStream | Any stream that implements Stream Concept |
Définition à la ligne 40 du fichier cursorstreamwrapper.h.
typedef Encoding::Ch CursorStreamWrapper< InputStream, Encoding >::Ch |
Définition à la ligne 42 du fichier cursorstreamwrapper.h.
|
inline |
Définition à la ligne 44 du fichier cursorstreamwrapper.h.
|
inline |
Get the error column number, if error exists.
Définition à la ligne 62 du fichier cursorstreamwrapper.h.
Références CursorStreamWrapper< InputStream, Encoding >::col_.
|
inline |
Get the error line number, if error exists.
Définition à la ligne 60 du fichier cursorstreamwrapper.h.
Références CursorStreamWrapper< InputStream, Encoding >::line_.
|
inline |
Définition à la ligne 48 du fichier cursorstreamwrapper.h.
|
private |
Current Column.
Définition à la ligne 66 du fichier cursorstreamwrapper.h.
Référencé par CursorStreamWrapper< InputStream, Encoding >::GetColumn().
|
private |
Current Line.
Définition à la ligne 65 du fichier cursorstreamwrapper.h.
Référencé par CursorStreamWrapper< InputStream, Encoding >::GetLine().