CVC3
|
#include <expr.h>
Class: Expr::iterator Author: Sergey Berezin Created: Fri Dec 6 15:38:51 2002 Description: STL-like iterator API to the Expr's children. IMPORTANT: the iterator will not be valid after the originating expression is destroyed.
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 234 of file expr.h.
Referenced by operator==().