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 | |
DotToSlash (const Char *cs) | |
bool | operator== (const DotToSlash &it) const |
bool | operator!= (const DotToSlash &it) const |
bool | operator> (const DotToSlash &it) const |
DotToSlash & | operator++ () |
DotToSlash | operator++ (int) |
DotToSlash | operator+ (size_t sz) const |
Char | operator* () const |
Private Attributes | |
const Char * | cs |
Definition at line 80 of file utf_utils.hpp.
typedef const Char* utf_utils::DotToSlash< Char >::difference_type |
Definition at line 85 of file utf_utils.hpp.
typedef std::forward_iterator_tag utf_utils::DotToSlash< Char >::iterator_category |
Definition at line 81 of file utf_utils.hpp.
typedef const Char* utf_utils::DotToSlash< Char >::pointer |
Definition at line 82 of file utf_utils.hpp.
typedef const Char& utf_utils::DotToSlash< Char >::reference |
Definition at line 83 of file utf_utils.hpp.
typedef Char utf_utils::DotToSlash< Char >::value_type |
Definition at line 84 of file utf_utils.hpp.
|
inline |
Definition at line 87 of file utf_utils.hpp.
|
inline |
Definition at line 90 of file utf_utils.hpp.
|
inline |
Definition at line 105 of file utf_utils.hpp.
|
inline |
Definition at line 103 of file utf_utils.hpp.
|
inline |
Definition at line 93 of file utf_utils.hpp.
|
inline |
Definition at line 97 of file utf_utils.hpp.
|
inline |
Definition at line 89 of file utf_utils.hpp.
|
inline |
Definition at line 91 of file utf_utils.hpp.
|
private |
Definition at line 111 of file utf_utils.hpp.