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

#include <cdmap.h>

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 = std::hash<Key>>
class CVC3::CDMap< Key, Data, HashFcn >::iterator::Proxy

Definition at line 240 of file cdmap.h.

Constructor & Destructor Documentation

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

Definition at line 243 of file cdmap.h.

Member Function Documentation

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

Member Data Documentation

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

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