#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 &, const Channel< U > & > | 
| Public Member Functions | |
| const_iterator (typename base::const_iterator base_it, typename base::const_iterator end_it) | |
| bool | operator!= (const typename base::const_iterator &rhs) noexcept | 
| base::iterator | operator() () const noexcept | 
| resolved_elem_type | operator* () const noexcept | 
| const_iterator< U > & | operator++ () noexcept | 
| const_iterator< U > | operator++ (int) noexcept | 
| pointer | operator-> () const noexcept | 
| bool | operator== (const typename base::const_iterator &rhs) noexcept | 
| Public Attributes | |
| base::const_iterator | m_base_it | 
| base::const_iterator | m_end_it | 
Definition at line 150 of file VariantChannelMap.hpp.
| using lvr2::VariantChannelMap< T >::const_iterator< U >::pointer = std::shared_ptr<resolved_elem_type> | 
Definition at line 153 of file VariantChannelMap.hpp.
| using lvr2::VariantChannelMap< T >::const_iterator< U >::reference = elem_type& | 
Definition at line 155 of file VariantChannelMap.hpp.
| using lvr2::VariantChannelMap< T >::const_iterator< U >::resolved_elem_type = std::pair<const key_type&, const Channel<U>& > | 
Definition at line 152 of file VariantChannelMap.hpp.
| 
 | inline | 
Definition at line 157 of file VariantChannelMap.hpp.
| 
 | inlinenoexcept | 
Definition at line 213 of file VariantChannelMap.hpp.
| 
 | inlinenoexcept | 
Definition at line 218 of file VariantChannelMap.hpp.
| 
 | inlinenoexcept | 
Definition at line 169 of file VariantChannelMap.hpp.
| 
 | inlinenoexcept | 
Definition at line 187 of file VariantChannelMap.hpp.
| 
 | inlinenoexcept | 
Definition at line 197 of file VariantChannelMap.hpp.
| 
 | inlinenoexcept | 
Definition at line 177 of file VariantChannelMap.hpp.
| 
 | inlinenoexcept | 
Definition at line 208 of file VariantChannelMap.hpp.
| base::const_iterator lvr2::VariantChannelMap< T >::const_iterator< U >::m_base_it | 
Definition at line 223 of file VariantChannelMap.hpp.
| base::const_iterator lvr2::VariantChannelMap< T >::const_iterator< U >::m_end_it | 
Definition at line 224 of file VariantChannelMap.hpp.