FastLED 3.9.15
Loading...
Searching...
No Matches
fl::MultiMapTree< Key, Value, Compare, Allocator >::IteratorWrapper Class Reference

Detailed Description

template<typename Key, typename Value, typename Compare = less<Key>, typename Allocator = allocator<fl::pair<Key, Value>>>
class fl::MultiMapTree< Key, Value, Compare, Allocator >::IteratorWrapper

Definition at line 79 of file multi_map.h.

+ Collaboration diagram for fl::MultiMapTree< Key, Value, Compare, Allocator >::IteratorWrapper:

Public Member Functions

 IteratorWrapper () FL_NOEXCEPT=default
 
 IteratorWrapper (typename TreeType::iterator it)
 
bool operator!= (const IteratorWrapper &other) const
 
value_typeoperator* ()
 
IteratorWrapperoperator++ ()
 
IteratorWrapper operator++ (int)
 
IteratorWrapperoperator-- ()
 
IteratorWrapper operator-- (int)
 
value_typeoperator-> ()
 
bool operator== (const IteratorWrapper &other) const
 

Private Attributes

TreeType::iterator mTreeIt
 

Friends

class ConstIteratorWrapper
 
class MultiMapTree
 

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