GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
Inherits std::iterator< std::bidirectional_iterator_tag, String::value_type, String::difference_type >.
Public Member Functions | |
StringIterator (const StringIterator< T > &other) | |
template<class U > | |
StringIterator (const StringIterator< U > &other) | |
StringIterator< T > & | operator= (const StringIterator< T > &other) |
String::value_type | operator* () |
StringIterator< T > & | operator++ () |
StringIterator< T > | operator++ (int) |
StringIterator< T > & | operator-- () |
StringIterator< T > | operator-- (int) |
bool | operator== (const StringIterator< T > &other) |
bool | operator!= (const StringIterator< T > &other) |
bool | operator< (const StringIterator< T > &other) |
bool | operator<= (const StringIterator< T > &other) |
bool | operator> (const StringIterator< T > &other) |
bool | operator>= (const StringIterator< T > &other) |
T | base () const |
Friends | |
class | String |
class | StringIterator< const T > |