Audio Processing Framework (APF) version 0.5.0
|
Encapsulate a container of base pointers. More...
#include <apf/iterator.h>
Public Types | |
using | value_type = T |
Public Types inherited from apf::iterator_proxy< cast_iterator< T, Container::iterator >, Container > | |
using | iterator = cast_iterator< T, Container::iterator > |
using | reverse_iterator = std::reverse_iterator< iterator > |
using | size_type = typename Container::size_type |
using | value_type = typename std::iterator_traits< cast_iterator< T, Container::iterator > >::value_type |
Public Member Functions | |
cast_proxy (Container &l) | |
Public Member Functions inherited from apf::iterator_proxy< cast_iterator< T, Container::iterator >, Container > | |
iterator_proxy (Container &l) | |
iterator | begin () const |
iterator | end () const |
reverse_iterator | rbegin () const |
reverse_iterator | rend () const |
size_type | size () const |
Encapsulate a container of base pointers.
T | Target type |
Container | type of (STL-like) container |
Definition at line 617 of file iterator.h.
using apf::cast_proxy< T, Container >::value_type = T |
Definition at line 620 of file iterator.h.
|
inline |
Definition at line 622 of file iterator.h.