CVC3
2.4.1
|
#include <cdmap_ordered.h>
Classes | |
class | Proxy |
Public Member Functions | |
iterator (const typename std::map< Key, CDOmapOrdered< Key, Data > * >::const_iterator &i) | |
iterator (const iterator &i) | |
iterator () | |
bool | operator== (const iterator &i) const |
bool | operator!= (const iterator &i) const |
std::pair< const Key, Data > | operator* () const |
iterator & | operator++ () |
Proxy | operator++ (int) |
Private Attributes | |
std::map< Key, CDOmapOrdered< Key, Data > * >::const_iterator | d_it |
Definition at line 198 of file cdmap_ordered.h.
|
inline |
Definition at line 204 of file cdmap_ordered.h.
|
inline |
Definition at line 207 of file cdmap_ordered.h.
|
inline |
Definition at line 209 of file cdmap_ordered.h.
|
inline |
Definition at line 211 of file cdmap_ordered.h.
References CVC3::CDMapOrdered< Key, Data >::iterator::d_it.
|
inline |
Definition at line 214 of file cdmap_ordered.h.
References CVC3::CDMapOrdered< Key, Data >::iterator::d_it.
|
inline |
Definition at line 218 of file cdmap_ordered.h.
|
inline |
Definition at line 230 of file cdmap_ordered.h.
References CVC3::CDMapOrdered< Key, Data >::iterator::d_it.
|
inline |
Definition at line 243 of file cdmap_ordered.h.
|
private |
Definition at line 201 of file cdmap_ordered.h.
Referenced by CVC3::CDMapOrdered< Key, Data >::iterator::operator!=(), CVC3::CDMapOrdered< Key, Data >::iterator::operator++(), and CVC3::CDMapOrdered< Key, Data >::iterator::operator==().