CACAO
|
Public Types | |
typedef std::forward_iterator_tag | iterator_category |
typedef const Char * | pointer |
typedef const Char & | reference |
typedef Char | value_type |
typedef const Char * | difference_type |
Public Member Functions | |
SlashToDot (const Char *cs) | |
bool | operator== (const SlashToDot &it) const |
bool | operator!= (const SlashToDot &it) const |
bool | operator> (const SlashToDot &it) const |
SlashToDot & | operator++ () |
SlashToDot | operator++ (int) |
SlashToDot | operator+ (size_t sz) const |
Char | operator* () const |
Private Attributes | |
const Char * | cs |
Definition at line 41 of file utf_utils.hpp.
typedef const Char* utf_utils::SlashToDot< Char >::difference_type |
Definition at line 46 of file utf_utils.hpp.
typedef std::forward_iterator_tag utf_utils::SlashToDot< Char >::iterator_category |
Definition at line 42 of file utf_utils.hpp.
typedef const Char* utf_utils::SlashToDot< Char >::pointer |
Definition at line 43 of file utf_utils.hpp.
typedef const Char& utf_utils::SlashToDot< Char >::reference |
Definition at line 44 of file utf_utils.hpp.
typedef Char utf_utils::SlashToDot< Char >::value_type |
Definition at line 45 of file utf_utils.hpp.
|
inline |
Definition at line 48 of file utf_utils.hpp.
|
inline |
Definition at line 51 of file utf_utils.hpp.
|
inline |
Definition at line 66 of file utf_utils.hpp.
|
inline |
Definition at line 64 of file utf_utils.hpp.
|
inline |
Definition at line 54 of file utf_utils.hpp.
|
inline |
Definition at line 58 of file utf_utils.hpp.
|
inline |
Definition at line 50 of file utf_utils.hpp.
|
inline |
Definition at line 52 of file utf_utils.hpp.
|
private |
Definition at line 72 of file utf_utils.hpp.