Blender V5.0
blender::ListBaseWrapperTemplate< LB, T >::Iterator Class Reference

#include <BLI_listbase_wrapper.hh>

Public Member Functions

 Iterator (LB *listbase, T *current)
Iteratoroperator++ ()
Iterator operator++ (int)
bool operator!= (const Iterator &iterator) const
Toperator* () const

Detailed Description

template<typename LB, typename T>
class blender::ListBaseWrapperTemplate< LB, T >::Iterator

Definition at line 35 of file BLI_listbase_wrapper.hh.

Constructor & Destructor Documentation

◆ Iterator()

template<typename LB, typename T>
blender::ListBaseWrapperTemplate< LB, T >::Iterator::Iterator ( LB * listbase,
T * current )
inline

Definition at line 41 of file BLI_listbase_wrapper.hh.

References LB, and T.

Referenced by operator!=(), operator++(), and operator++().

Member Function Documentation

◆ operator!=()

template<typename LB, typename T>
bool blender::ListBaseWrapperTemplate< LB, T >::Iterator::operator!= ( const Iterator & iterator) const
inline

Definition at line 57 of file BLI_listbase_wrapper.hh.

References Iterator().

◆ operator*()

template<typename LB, typename T>
T * blender::ListBaseWrapperTemplate< LB, T >::Iterator::operator* ( ) const
inline

Definition at line 62 of file BLI_listbase_wrapper.hh.

References T.

◆ operator++() [1/2]

template<typename LB, typename T>
Iterator & blender::ListBaseWrapperTemplate< LB, T >::Iterator::operator++ ( )
inline

Definition at line 43 of file BLI_listbase_wrapper.hh.

References Iterator(), and T.

◆ operator++() [2/2]

template<typename LB, typename T>
Iterator blender::ListBaseWrapperTemplate< LB, T >::Iterator::operator++ ( int )
inline

Definition at line 50 of file BLI_listbase_wrapper.hh.

References Iterator().


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