CVC3
Public Member Functions | Private Attributes | List of all members
CVC3::CDMap< Key, Data, HashFcn >::orderedIterator::Proxy Class Reference

#include <cdmap.h>

Collaboration diagram for CVC3::CDMap< Key, Data, HashFcn >::orderedIterator::Proxy:
Collaboration graph

Public Member Functions

 Proxy (const std::pair< const Key, Data > &p)
 
std::pair< const Key, Data > & operator* ()
 

Private Attributes

const std::pair< const Key,
Data > * 
d_pair
 

Detailed Description

template<class Key, class Data, class HashFcn>
class CVC3::CDMap< Key, Data, HashFcn >::orderedIterator::Proxy

Definition at line 283 of file cdmap.h.

Constructor & Destructor Documentation

template<class Key, class Data, class HashFcn>
CVC3::CDMap< Key, Data, HashFcn >::orderedIterator::Proxy::Proxy ( const std::pair< const Key, Data > &  p)
inline

Definition at line 286 of file cdmap.h.

Member Function Documentation

template<class Key, class Data, class HashFcn>
std::pair<const Key, Data>& CVC3::CDMap< Key, Data, HashFcn >::orderedIterator::Proxy::operator* ( )
inline

Member Data Documentation

template<class Key, class Data, class HashFcn>
const std::pair<const Key, Data>* CVC3::CDMap< Key, Data, HashFcn >::orderedIterator::Proxy::d_pair
private

The documentation for this class was generated from the following file: