CVC3
|
#include <cdmap.h>
Classes | |
class | Proxy |
Public Member Functions | |
orderedIterator (const CDOmap< Key, Data, HashFcn > *p) | |
orderedIterator (const orderedIterator &i) | |
orderedIterator () | |
bool | operator== (const orderedIterator &i) const |
bool | operator!= (const orderedIterator &i) const |
std::pair< const Key, Data > | operator* () const |
orderedIterator & | operator++ () |
Proxy | operator++ (int) |
Private Attributes | |
const CDOmap< Key, Data, HashFcn > * | d_it |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 268 of file cdmap.h.
References CVC3::CDMap< Key, Data, HashFcn >::orderedIterator::d_it.
|
inline |
Definition at line 271 of file cdmap.h.
References CVC3::CDMap< Key, Data, HashFcn >::orderedIterator::d_it.
|
inline |
Definition at line 275 of file cdmap.h.
References CVC3::CDMap< Key, Data, HashFcn >::orderedIterator::d_it.
|
inline |
Definition at line 280 of file cdmap.h.
References CVC3::CDMap< Key, Data, HashFcn >::orderedIterator::d_it.
|
inline |
|
private |
Definition at line 261 of file cdmap.h.
Referenced by CVC3::CDMap< Key, Data, HashFcn >::orderedIterator::operator!=(), CVC3::CDMap< Key, Data, HashFcn >::orderedIterator::operator*(), CVC3::CDMap< Key, Data, HashFcn >::orderedIterator::operator++(), and CVC3::CDMap< Key, Data, HashFcn >::orderedIterator::operator==().