#include <expr.h>
Inheritance diagram for CVC3::Expr::iterator:
Definition at line 208 of file expr.h.
CVC3::Expr::iterator::iterator | ( | std::vector< Expr >::const_iterator | it | ) | [inline, private] |
CVC3::Expr::iterator::iterator | ( | ) | [inline] |
bool CVC3::Expr::iterator::operator== | ( | const iterator & | i | ) | const [inline] |
bool CVC3::Expr::iterator::operator!= | ( | const iterator & | i | ) | const [inline] |
const Expr& CVC3::Expr::iterator::operator * | ( | ) | const [inline] |
const Expr* CVC3::Expr::iterator::operator-> | ( | ) | const [inline] |
iterator& CVC3::Expr::iterator::operator++ | ( | ) | [inline] |
Proxy CVC3::Expr::iterator::operator++ | ( | int | ) | [inline] |
std::vector<Expr>::const_iterator CVC3::Expr::iterator::d_it [private] |
Definition at line 213 of file expr.h.
Referenced by CVC3::Expr::iterator< std::input_iterator_tag, CVC3::Expr, ptrdiff_t >::operator==().