Public Types | |
using | const_pointer = const TObject ** |
using | difference_type = std::ptrdiff_t |
using | iterator_category = std::bidirectional_iterator_tag |
using | pointer = TObject ** |
using | reference = const TObject *& |
using | value_type = TObject * |
Static Public Member Functions | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Static Public Member Functions inherited from TIterator | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Private Member Functions | |
TMapIter () | |
Private Attributes | |
THashTableIter * | fCursor |
Bool_t | fDirection |
const TMap * | fMap |
Additional Inherited Members | |
Protected Member Functions inherited from TIterator | |
TIterator () | |
TIterator (const TIterator &) | |
#include <TMap.h>
using TMapIter::difference_type = std::ptrdiff_t |
using TMapIter::iterator_category = std::bidirectional_iterator_tag |
TMapIter::TMapIter | ( | const TMap * | map, |
Bool_t | dir = kIterForward ) |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
Returns the next key from a map.
Use TMap::GetValue() to get the value associated with the key. Returns 0 when no more items in map.
Implements TIterator.
|
overridevirtual |
|
overridevirtual |
|
inline |
|
private |