Android-cuttlefish cvd tool
Public Member Functions | Private Attributes | List of all members
teeui::UTF8WordRange< CharIterator >::Iter Class Reference

#include <font_rendering.h>

Collaboration diagram for teeui::UTF8WordRange< CharIterator >::Iter:
Collaboration graph
[legend]

Public Member Functions

 Iter ()
 
 Iter (UTF8Iterator begin, UTF8Iterator end)
 
 Iter (const Iter &rhs)
 
Iteroperator= (const Iter &rhs)
 
UTF8Iterator operator* () const
 
Iteroperator++ ()
 
Iter operator++ (int)
 
bool operator== (const Iter &rhs) const
 
bool operator!= (const Iter &rhs) const
 

Private Attributes

UTF8Iterator begin_
 
UTF8Iterator end_
 

Constructor & Destructor Documentation

◆ Iter() [1/3]

template<typename CharIterator >
teeui::UTF8WordRange< CharIterator >::Iter::Iter ( )
inline

◆ Iter() [2/3]

template<typename CharIterator >
teeui::UTF8WordRange< CharIterator >::Iter::Iter ( UTF8Iterator  begin,
UTF8Iterator  end 
)
inline

◆ Iter() [3/3]

template<typename CharIterator >
teeui::UTF8WordRange< CharIterator >::Iter::Iter ( const Iter rhs)
inline

Member Function Documentation

◆ operator!=()

template<typename CharIterator >
bool teeui::UTF8WordRange< CharIterator >::Iter::operator!= ( const Iter rhs) const
inline

◆ operator*()

template<typename CharIterator >
UTF8Iterator teeui::UTF8WordRange< CharIterator >::Iter::operator* ( ) const
inline

◆ operator++() [1/2]

template<typename CharIterator >
Iter & teeui::UTF8WordRange< CharIterator >::Iter::operator++ ( )
inline

◆ operator++() [2/2]

template<typename CharIterator >
Iter teeui::UTF8WordRange< CharIterator >::Iter::operator++ ( int  )
inline

◆ operator=()

template<typename CharIterator >
Iter & teeui::UTF8WordRange< CharIterator >::Iter::operator= ( const Iter rhs)
inline

◆ operator==()

template<typename CharIterator >
bool teeui::UTF8WordRange< CharIterator >::Iter::operator== ( const Iter rhs) const
inline

Member Data Documentation

◆ begin_

template<typename CharIterator >
UTF8Iterator teeui::UTF8WordRange< CharIterator >::Iter::begin_
private

◆ end_

template<typename CharIterator >
UTF8Iterator teeui::UTF8WordRange< CharIterator >::Iter::end_
private

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