#include <expr_map.h>
Inheritance diagram for CVC3::ExprHashMap< Data >::const_iterator:
Definition at line 215 of file expr_map.h.
CVC3::ExprHashMap< Data >::const_iterator::const_iterator | ( | const typename ExprHashMapType::const_iterator & | it | ) | [inline, private] |
Definition at line 220 of file expr_map.h.
CVC3::ExprHashMap< Data >::const_iterator::const_iterator | ( | ) | [inline] |
Definition at line 224 of file expr_map.h.
bool CVC3::ExprHashMap< Data >::const_iterator::operator== | ( | const const_iterator & | i | ) | const [inline] |
Definition at line 226 of file expr_map.h.
References CVC3::ExprHashMap< Data >::const_iterator::d_it.
bool CVC3::ExprHashMap< Data >::const_iterator::operator!= | ( | const const_iterator & | i | ) | const [inline] |
Definition at line 227 of file expr_map.h.
References CVC3::ExprHashMap< Data >::const_iterator::d_it.
const std::pair<const Expr,Data>& CVC3::ExprHashMap< Data >::const_iterator::operator * | ( | ) | const [inline] |
Reimplemented from CVC3::ExprHashMap< Data >::iterator< std::input_iterator_tag, std::pair< Expr, Data >, std::ptrdiff_t >.
Definition at line 229 of file expr_map.h.
References CVC3::ExprHashMap< Data >::const_iterator::d_it.
const std::pair<const Expr,Data>* CVC3::ExprHashMap< Data >::const_iterator::operator-> | ( | ) | const [inline] |
Reimplemented from CVC3::ExprHashMap< Data >::iterator< std::input_iterator_tag, std::pair< Expr, Data >, std::ptrdiff_t >.
Definition at line 230 of file expr_map.h.
References CVC3::ExprHashMap< Data >::const_iterator::d_it.
const_iterator& CVC3::ExprHashMap< Data >::const_iterator::operator++ | ( | ) | [inline] |
Reimplemented from CVC3::ExprHashMap< Data >::iterator< std::input_iterator_tag, std::pair< Expr, Data >, std::ptrdiff_t >.
Definition at line 234 of file expr_map.h.
References CVC3::ExprHashMap< Data >::const_iterator::d_it.
Proxy CVC3::ExprHashMap< Data >::const_iterator::operator++ | ( | int | ) | [inline] |
Reimplemented from CVC3::ExprHashMap< Data >::iterator< std::input_iterator_tag, std::pair< Expr, Data >, std::ptrdiff_t >.
Definition at line 247 of file expr_map.h.
friend class ExprHashMap [friend] |
Reimplemented from CVC3::ExprHashMap< Data >::iterator< std::input_iterator_tag, std::pair< Expr, Data >, std::ptrdiff_t >.
Definition at line 216 of file expr_map.h.
ExprHashMapType::const_iterator CVC3::ExprHashMap< Data >::const_iterator::d_it [private] |
Reimplemented from CVC3::ExprHashMap< Data >::iterator< std::input_iterator_tag, std::pair< Expr, Data >, std::ptrdiff_t >.
Definition at line 218 of file expr_map.h.
Referenced by CVC3::ExprHashMap< Data >::const_iterator::operator *(), CVC3::ExprHashMap< Data >::const_iterator::operator!=(), CVC3::ExprHashMap< Data >::const_iterator::operator++(), CVC3::ExprHashMap< Data >::const_iterator::operator->(), and CVC3::ExprHashMap< Data >::const_iterator::operator==().