#include <VariantChannelMap.hpp>
| Public Types | |
| using | pointer = std::shared_ptr< resolved_elem_type > | 
| using | reference = elem_type & | 
| using | resolved_elem_type = std::pair< const key_type &, Channel< U > & > | 
| Public Member Functions | |
| iterator (typename base::iterator base_it, typename base::iterator end_it) | |
| bool | operator!= (const typename base::iterator &rhs) noexcept | 
| base::iterator | operator() () const noexcept | 
| resolved_elem_type | operator* () const noexcept | 
| iterator< U > & | operator++ () noexcept | 
| iterator< U > | operator++ (int) noexcept | 
| pointer | operator-> () const noexcept | 
| bool | operator== (const typename base::iterator &rhs) noexcept | 
| Public Attributes | |
| base::iterator | m_base_it | 
| base::iterator | m_end_it | 
Definition at line 71 of file VariantChannelMap.hpp.
| using lvr2::VariantChannelMap< T >::iterator< U >::pointer = std::shared_ptr<resolved_elem_type> | 
Definition at line 74 of file VariantChannelMap.hpp.
| using lvr2::VariantChannelMap< T >::iterator< U >::reference = elem_type& | 
Definition at line 76 of file VariantChannelMap.hpp.
| using lvr2::VariantChannelMap< T >::iterator< U >::resolved_elem_type = std::pair<const key_type&, Channel<U>& > | 
Definition at line 73 of file VariantChannelMap.hpp.
| 
 | inline | 
Definition at line 78 of file VariantChannelMap.hpp.
| 
 | inlinenoexcept | 
Definition at line 134 of file VariantChannelMap.hpp.
| 
 | inlinenoexcept | 
Definition at line 139 of file VariantChannelMap.hpp.
| 
 | inlinenoexcept | 
Definition at line 90 of file VariantChannelMap.hpp.
| 
 | inlinenoexcept | 
Definition at line 108 of file VariantChannelMap.hpp.
| 
 | inlinenoexcept | 
Definition at line 118 of file VariantChannelMap.hpp.
| 
 | inlinenoexcept | 
Definition at line 98 of file VariantChannelMap.hpp.
| 
 | inlinenoexcept | 
Definition at line 129 of file VariantChannelMap.hpp.
| base::iterator lvr2::VariantChannelMap< T >::iterator< U >::m_base_it | 
Definition at line 144 of file VariantChannelMap.hpp.
| base::iterator lvr2::VariantChannelMap< T >::iterator< U >::m_end_it | 
Definition at line 145 of file VariantChannelMap.hpp.