#include <string.hpp>
Definition at line 222 of file string.hpp.
Protected Member Functions | |
bool | is_valid () const |
const wchar_t & | operator* () const |
string_iterator | operator++ () |
string_iterator & | operator= (const string_iterator &si) |
string_iterator (const string_iterator &si) | |
string_iterator (const data::iterable< wchar_t, string_iterator > &parent_iterable) | |
Private Attributes | |
const gsgl::string & | parent |
gsgl::index_t | position |
string_iterator | ( | const data::iterable< wchar_t, string_iterator > & | parent_iterable | ) | [inline, protected] |
Definition at line 229 of file string.hpp.
string_iterator | ( | const string_iterator & | si | ) | [inline, protected] |
Definition at line 232 of file string.hpp.
bool is_valid | ( | ) | const [inline, protected] |
Definition at line 242 of file string.hpp.
const wchar_t& operator* | ( | ) | const [inline, protected] |
Definition at line 244 of file string.hpp.
string_iterator operator++ | ( | ) | [inline, protected] |
Definition at line 252 of file string.hpp.
string_iterator& operator= | ( | const string_iterator & | si | ) | [inline, protected] |
Definition at line 235 of file string.hpp.
References string_iterator::parent, and string_iterator::position.
const gsgl::string& parent [private] |
gsgl::index_t position [private] |