Blender  V3.3
Public Member Functions | List of all members
blender::ListBaseWrapper< T >::Iterator Class Reference

#include <BLI_listbase_wrapper.hh>

Public Member Functions

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

Detailed Description

template<typename T>
class blender::ListBaseWrapper< T >::Iterator

Definition at line 33 of file BLI_listbase_wrapper.hh.

Constructor & Destructor Documentation

◆ Iterator()

template<typename T >
blender::ListBaseWrapper< T >::Iterator::Iterator ( ListBase listbase,
T current 
)
inline

Definition at line 39 of file BLI_listbase_wrapper.hh.

Member Function Documentation

◆ operator!=()

template<typename T >
bool blender::ListBaseWrapper< T >::Iterator::operator!= ( const Iterator iterator) const
inline

Definition at line 57 of file BLI_listbase_wrapper.hh.

◆ operator*()

template<typename T >
T* blender::ListBaseWrapper< T >::Iterator::operator* ( ) const
inline

Definition at line 62 of file BLI_listbase_wrapper.hh.

◆ operator++() [1/2]

template<typename T >
Iterator& blender::ListBaseWrapper< T >::Iterator::operator++ ( )
inline

Definition at line 43 of file BLI_listbase_wrapper.hh.

References T.

◆ operator++() [2/2]

template<typename T >
Iterator blender::ListBaseWrapper< T >::Iterator::operator++ ( int  )
inline

Definition at line 50 of file BLI_listbase_wrapper.hh.


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