VSTGUI  4.10
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
UTF8CodePointIterator< BaseIterator > Class Template Reference

Public Types

using iterator_category = std::bidirectional_iterator_tag
 
using value_type = char32_t
 
using difference_type = ptrdiff_t
 
using pointer = char32_t *
 
using reference = char32_t &
 
using CodePoint = value_type
 

Public Member Functions

 UTF8CodePointIterator ()=default
 
 UTF8CodePointIterator (const UTF8CodePointIterator &o) noexcept
 
 UTF8CodePointIterator (const BaseIterator &iterator) noexcept
 
UTF8CodePointIteratoroperator++ () noexcept
 
UTF8CodePointIteratoroperator-- () noexcept
 
UTF8CodePointIterator operator++ (int) noexcept
 
UTF8CodePointIterator operator-- (int) noexcept
 
bool operator== (const UTF8CodePointIterator &other) const noexcept
 
bool operator!= (const UTF8CodePointIterator &other) const noexcept
 
CodePoint operator* () const noexcept
 
BaseIterator base () const noexcept
 

Member Typedef Documentation

using difference_type = ptrdiff_t
using iterator_category = std::bidirectional_iterator_tag
using pointer = char32_t*
using reference = char32_t&
using value_type = char32_t

Constructor & Destructor Documentation

UTF8CodePointIterator ( )
default
UTF8CodePointIterator ( const UTF8CodePointIterator< BaseIterator > &  o)
inlinenoexcept
UTF8CodePointIterator ( const BaseIterator &  iterator)
inlineexplicitnoexcept

Member Function Documentation

BaseIterator base ( ) const
inlinenoexcept
bool operator!= ( const UTF8CodePointIterator< BaseIterator > &  other) const
inlinenoexcept
UTF8CodePointIterator< BaseIterator >::CodePoint operator* ( ) const
inlinenoexcept
UTF8CodePointIterator< BaseIterator > & operator++ ( )
inlinenoexcept
UTF8CodePointIterator< BaseIterator > operator++ ( int  )
inlinenoexcept
UTF8CodePointIterator< BaseIterator > & operator-- ( )
inlinenoexcept
UTF8CodePointIterator< BaseIterator > operator-- ( int  )
inlinenoexcept
bool operator== ( const UTF8CodePointIterator< BaseIterator > &  other) const
inlinenoexcept

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