Ardour  9.0-pre0-582-g084a23a80d
ARDOUR::BufferSet::iterator_base< BS, B > Class Template Reference

#include <buffer_set.h>

Public Member Functions

 iterator_base (const iterator_base &other)
 
B & operator* ()
 
B * operator-> ()
 
iterator_base< BS, B > & operator++ ()
 
bool operator== (const iterator_base< BS, B > &other)
 
bool operator!= (const iterator_base< BS, B > &other)
 
iterator_base< BS, B > operator= (const iterator_base< BS, B > &other)
 

Private Member Functions

 iterator_base (BS &list, DataType type, size_t index)
 

Private Attributes

BS & _set
 
DataType _type
 
size_t _index
 

Friends

class BufferSet
 

Detailed Description

template<typename BS, typename B>
class ARDOUR::BufferSet::iterator_base< BS, B >

Definition at line 143 of file buffer_set.h.

Constructor & Destructor Documentation

◆ iterator_base() [1/2]

template<typename BS , typename B >
ARDOUR::BufferSet::iterator_base< BS, B >::iterator_base ( const iterator_base< BS, B > &  other)
inline

Definition at line 145 of file buffer_set.h.

◆ iterator_base() [2/2]

template<typename BS , typename B >
ARDOUR::BufferSet::iterator_base< BS, B >::iterator_base ( BS &  list,
DataType  type,
size_t  index 
)
inlineprivate

Definition at line 159 of file buffer_set.h.

Member Function Documentation

◆ operator!=()

template<typename BS , typename B >
bool ARDOUR::BufferSet::iterator_base< BS, B >::operator!= ( const iterator_base< BS, B > &  other)
inline

Definition at line 151 of file buffer_set.h.

◆ operator*()

template<typename BS , typename B >
B& ARDOUR::BufferSet::iterator_base< BS, B >::operator* ( )
inline

Definition at line 147 of file buffer_set.h.

◆ operator++()

template<typename BS , typename B >
iterator_base<BS,B>& ARDOUR::BufferSet::iterator_base< BS, B >::operator++ ( )
inline

Definition at line 149 of file buffer_set.h.

◆ operator->()

template<typename BS , typename B >
B* ARDOUR::BufferSet::iterator_base< BS, B >::operator-> ( )
inline

Definition at line 148 of file buffer_set.h.

◆ operator=()

template<typename BS , typename B >
iterator_base<BS,B> ARDOUR::BufferSet::iterator_base< BS, B >::operator= ( const iterator_base< BS, B > &  other)
inline

Definition at line 152 of file buffer_set.h.

◆ operator==()

template<typename BS , typename B >
bool ARDOUR::BufferSet::iterator_base< BS, B >::operator== ( const iterator_base< BS, B > &  other)
inline

Definition at line 150 of file buffer_set.h.

Friends And Related Function Documentation

◆ BufferSet

template<typename BS , typename B >
friend class BufferSet
friend

Definition at line 157 of file buffer_set.h.

Member Data Documentation

◆ _index

template<typename BS , typename B >
size_t ARDOUR::BufferSet::iterator_base< BS, B >::_index
private

Definition at line 164 of file buffer_set.h.

◆ _set

template<typename BS , typename B >
BS& ARDOUR::BufferSet::iterator_base< BS, B >::_set
private

Definition at line 162 of file buffer_set.h.

◆ _type

template<typename BS , typename B >
DataType ARDOUR::BufferSet::iterator_base< BS, B >::_type
private

Definition at line 163 of file buffer_set.h.


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