CVC3  2.4.1
Classes | Public Member Functions | Private Member Functions | Private Attributes | Friends
CVC3::ExprHashMap::const_iterator Class Reference

#include <expr_map.h>

List of all members.

Classes

Public Member Functions

Private Member Functions

Private Attributes

Friends


Constructor & Destructor Documentation

CVC3::ExprHashMap::const_iterator::const_iterator ( const typename ExprHashMapType::const_iterator it) [inline, private]

Definition at line 220 of file expr_map.h.

CVC3::ExprHashMap::const_iterator::const_iterator ( ) [inline]

Definition at line 224 of file expr_map.h.


Member Function Documentation

bool CVC3::ExprHashMap::const_iterator::operator== ( const const_iterator i) const [inline]

Definition at line 226 of file expr_map.h.

References d_it.

bool CVC3::ExprHashMap::const_iterator::operator!= ( const const_iterator i) const [inline]

Definition at line 227 of file expr_map.h.

References d_it.

const std::pair<const Expr,Data>& CVC3::ExprHashMap::const_iterator::operator* ( ) const [inline]

Definition at line 229 of file expr_map.h.

References d_it.

const std::pair<const Expr,Data>* CVC3::ExprHashMap::const_iterator::operator-> ( ) const [inline]

Definition at line 230 of file expr_map.h.

References d_it.

const_iterator& CVC3::ExprHashMap::const_iterator::operator++ ( ) [inline]

Definition at line 234 of file expr_map.h.

References d_it.

Proxy CVC3::ExprHashMap::const_iterator::operator++ ( int  ) [inline]

Definition at line 247 of file expr_map.h.


Friends And Related Function Documentation

friend class ExprHashMap [friend]

Definition at line 216 of file expr_map.h.


Member Data Documentation

Definition at line 218 of file expr_map.h.

Referenced by operator==(), operator!=(), operator*(), operator->(), and operator++().


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