Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
This is the complete list of members for HashMap< K, T, H, A, E >::KeyIter, including all inherited members.
ended(void) const | HashMap< K, T, H, A, E >::KeyIter | inline |
equals(const KeyIter &it) const | HashMap< K, T, H, A, E >::KeyIter | inline |
item(void) const | HashMap< K, T, H, A, E >::KeyIter | inline |
KeyIter(const self_t &htab) | HashMap< K, T, H, A, E >::KeyIter | inline |
KeyIter(const self_t &htab, bool end) | HashMap< K, T, H, A, E >::KeyIter | inline |
next(void) | HashMap< K, T, H, A, E >::KeyIter | inline |
operator!() const | InplacePreIterator< KeyIter, K > | inline |
operator!=(const KeyIter &i) const | InplacePreIterator< KeyIter, K > | inline |
operator()() const | InplacePreIterator< KeyIter, K > | inline |
operator*() const | InplacePreIterator< KeyIter, K > | inline |
operator++() | InplacePreIterator< KeyIter, K > | inline |
operator++(int) | InplacePreIterator< KeyIter, K > | inline |
operator->() const | InplacePreIterator< KeyIter, K > | inline |
operator==(const KeyIter &i) const | InplacePreIterator< KeyIter, K > | inline |
return_t | InplacePreIterator< KeyIter, K > | |
t typedef | InplacePreIterator< KeyIter, K > |