ardour
Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
ARDOUR::BufferSet::iterator_base< BS, B > Class Template Reference

#include <buffer_set.h>

Public Member Functions

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 142 of file buffer_set.h.

Constructor & Destructor Documentation

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

Definition at line 156 of file buffer_set.h.

Member Function Documentation

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

Definition at line 148 of file buffer_set.h.

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

Definition at line 144 of file buffer_set.h.

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

Definition at line 146 of file buffer_set.h.

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

Definition at line 145 of file buffer_set.h.

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 149 of file buffer_set.h.

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

Definition at line 147 of file buffer_set.h.

Friends And Related Function Documentation

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

Definition at line 154 of file buffer_set.h.

Member Data Documentation

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

Definition at line 161 of file buffer_set.h.

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

Definition at line 159 of file buffer_set.h.

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

Definition at line 160 of file buffer_set.h.


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