![]() |
Radium Engine
1.6.3
|
Generate a range to iterate over the keys of a map. More...
#include <Core/Utils/StdMapIterators.hpp>
Collaboration diagram for Ra::Core::Utils::map_keys< Mapclass >:Public Types | |
| using | map_t = Mapclass |
Public Member Functions | |
| map_keys (map_t &x) | |
| iterator | begin () |
| iterator | end () |
| unsigned int | size () const |
Public Attributes | |
| map_t & | x_ |
Generate a range to iterate over the keys of a map.
| Mapclass | Specialized Map or OrderedMap |
Usage:
Definition at line 22 of file StdMapIterators.hpp.
| using Ra::Core::Utils::map_keys< Mapclass >::map_t = Mapclass |
Definition at line 23 of file StdMapIterators.hpp.
|
inline |
Definition at line 52 of file StdMapIterators.hpp.
|
inline |
Definition at line 55 of file StdMapIterators.hpp.
|
inline |
Definition at line 56 of file StdMapIterators.hpp.
|
inline |
Definition at line 57 of file StdMapIterators.hpp.
| map_t& Ra::Core::Utils::map_keys< Mapclass >::x_ |
Definition at line 59 of file StdMapIterators.hpp.