#include <KeosString.h>
Public Member Functions | |
| CStringExtractor (const std::string &Text) | |
| Construit l'extracteur à partir d'une chaîne. | |
| template<typename T> | |
| CStringExtractor & | operator() (T &Value) |
| Extrait une valeur de type T. | |
| void | ThrowIfEOF () |
| Vérifie qu'il n'y a plus rien à extraire. | |
Definition at line 159 of file KeosString.h.
| Keos::CStringExtractor::CStringExtractor | ( | const std::string & | Text | ) | [inline] |
Construit l'extracteur à partir d'une chaîne.
| Text | : Texte à convertir |
Definition at line 234 of file KeosString.h.
| CStringExtractor & Keos::CStringExtractor::operator() | ( | T & | Value | ) | [inline] |
Extrait une valeur de type T.
| Value | : Valeur à extraire |
Definition at line 248 of file KeosString.h.
| void Keos::CStringExtractor::ThrowIfEOF | ( | ) | [inline] |
1.5.1-p1