Cursor stream wrapper for counting line and column number if error exists. Plus de détails...
#include <arcane/utils/internal/json/rapidjson/cursorstreamwrapper.h>
Graphe d'héritage de CursorStreamWrapper< InputStream, Encoding >:
Graphe de collaboration de CursorStreamWrapper< InputStream, Encoding >:Types publics | |
| typedef Encoding::Ch | Ch |
Types publics hérités de GenericStreamWrapper< InputStream, UTF8<> > | |
| typedef UTF8<>::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, UTF8<> > | |
| 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, UTF8<> > | |
| 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 col_.
|
inline |
Get the error line number, if error exists.
Définition à la ligne 60 du fichier cursorstreamwrapper.h.
Références 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 GetColumn().
|
private |