#include <tstring.hpp>
Public Member Functions | |
walker (const t_string_base &string) | |
void | next () |
bool | eos () const |
bool | last () const |
bool | translatable () const |
const std::string & | textdomain () const |
std::string::const_iterator | begin () const |
std::string::const_iterator | end () const |
Private Member Functions | |
void | update () |
Private Attributes | |
const std::string & | string_ |
std::string::size_type | begin_ |
std::string::size_type | end_ |
std::string | textdomain_ |
bool | translatable_ |
Definition at line 28 of file tstring.hpp.
|
explicit |
Definition at line 61 of file tstring.cpp.
References translatable_, and update().
|
inline |
Definition at line 38 of file tstring.hpp.
|
inline |
Definition at line 39 of file tstring.hpp.
|
inline |
Definition at line 34 of file tstring.hpp.
|
inline |
Definition at line 35 of file tstring.hpp.
|
inline |
Definition at line 33 of file tstring.hpp.
|
inline |
Definition at line 37 of file tstring.hpp.
References textdomain_.
|
inline |
Definition at line 36 of file tstring.hpp.
References translatable_.
|
private |
Definition at line 73 of file tstring.cpp.
References begin_, ERR_CF, string_, and t_string_base::translatable_.
|
private |
Definition at line 44 of file tstring.hpp.
|
private |
Definition at line 45 of file tstring.hpp.
|
private |
|
private |
Definition at line 46 of file tstring.hpp.
Referenced by textdomain().
|
private |
Definition at line 47 of file tstring.hpp.
Referenced by translatable(), and walker().