GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
Public Member Functions | Friends | List of all members
gd::String::StringIterator< T > Class Template Reference

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)
 
base () const
 

Friends

class String
 
class StringIterator< const T >
 

The documentation for this class was generated from the following file: