|
Dynalib Utils
|
#include <String.h>
Public Types | |
| typedef std::random_access_iterator_tag | iterator_category |
| typedef string_type::value_type | value_type |
| typedef string_type::const_reference | reference |
| typedef string_type::const_pointer | pointer |
| typedef string_type::difference_type | difference_type |
Public Member Functions | |
| const_iterator () | |
| const_iterator (const const_iterator &other) | |
| const_iterator (const iterator &other) | |
| reference | operator* () const |
| pointer | operator-> () const |
| const_iterator & | operator++ () |
| const_iterator | operator++ (int) |
| const_iterator & | operator-- () |
| const_iterator | operator-- (int) |
| const_iterator | operator+ (difference_type n) const |
| const_iterator & | operator+= (difference_type n) |
| const_iterator | operator- (difference_type n) const |
| const_iterator & | operator-= (difference_type n) |
| difference_type | operator- (const const_iterator &other) const |
| reference | operator[] (difference_type n) const |
Friends | |
| class | String |
| bool | operator== (const const_iterator &lhs, const const_iterator &rhs) |
| bool | operator!= (const const_iterator &lhs, const const_iterator &rhs) |
| bool | operator< (const const_iterator &lhs, const const_iterator &rhs) |
| bool | operator> (const const_iterator &lhs, const const_iterator &rhs) |
| bool | operator<= (const const_iterator &lhs, const const_iterator &rhs) |
| bool | operator>= (const const_iterator &lhs, const const_iterator &rhs) |
| typedef string_type::difference_type String::const_iterator::difference_type |
| typedef std::random_access_iterator_tag String::const_iterator::iterator_category |
| typedef string_type::const_pointer String::const_iterator::pointer |
| typedef string_type::const_reference String::const_iterator::reference |
| typedef string_type::value_type String::const_iterator::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
1.8.13