Agora RTC Objective-C API Reference  Refactor
AOutputIterator< T > Class Template Reference

Member Typedef Documentation

◆ value_type

typedef T value_type

◆ reference

◆ const_reference

typedef const value_type& const_reference

◆ pointer

typedef value_type* pointer

◆ const_pointer

typedef const value_type* const_pointer

Constructor & Destructor Documentation

◆ AOutputIterator() [1/2]

AOutputIterator ( IIterator it = NULL)
inlineexplicit

◆ ~AOutputIterator()

~AOutputIterator ( )
inline

◆ AOutputIterator() [2/2]

AOutputIterator ( const AOutputIterator< T > &  rhs)
inline

Member Function Documentation

◆ operator++()

AOutputIterator& operator++ ( )
inline

◆ operator==()

bool operator== ( const AOutputIterator< T > &  rhs) const
inline

◆ operator!=()

bool operator!= ( const AOutputIterator< T > &  rhs) const
inline

◆ operator*() [1/2]

reference operator* ( )
inline

◆ operator*() [2/2]

const_reference operator* ( ) const
inline

◆ valid()

bool valid ( ) const
inline

Field Documentation

◆ p

IIterator* p
private