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

#include <expr_map.h>

Public Member Functions

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

Private Attributes

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

Detailed Description

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

Definition at line 276 of file expr_map.h.

Constructor & Destructor Documentation

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

Definition at line 279 of file expr_map.h.

Member Function Documentation

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

Definition at line 280 of file expr_map.h.

References CVC3::ExprHashMap< Data >::iterator::Proxy::d_pair.

Member Data Documentation

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

Definition at line 277 of file expr_map.h.

Referenced by CVC3::ExprHashMap< Data >::iterator::Proxy::operator*().


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