CVC3  2.4.1
Public Member Functions | Private Attributes
CVC3::ExprHashMap< Data >::const_iterator::Proxy Class Reference

#include <expr_map.h>

List of all members.

Public Member Functions

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

Private Attributes

const std::pair< const Expr,
Data > & 
d_pair

Detailed Description

template<class Data>
class CVC3::ExprHashMap< Data >::const_iterator::Proxy

Definition at line 237 of file expr_map.h.


Constructor & Destructor Documentation

template<class Data>
CVC3::ExprHashMap< Data >::const_iterator::Proxy::Proxy ( const std::pair< Expr, Data > &  pair)
inline

Definition at line 240 of file expr_map.h.


Member Function Documentation

template<class Data>
std::pair<const Expr,Data> CVC3::ExprHashMap< Data >::const_iterator::Proxy::operator* ( )
inline

Member Data Documentation

template<class Data>
const std::pair<const Expr,Data>& CVC3::ExprHashMap< Data >::const_iterator::Proxy::d_pair
private

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