CBMC
|
#include <expr_iterator.h>
Public Member Functions | |
const_depth_iteratort (const exprt &expr) | |
Create iterator starting at the supplied node (root) | |
const_depth_iteratort ()=default | |
Create an end iterator. | |
![]() | |
bool | operator== (const depth_iterator_baset< other_depth_iterator_t > &other) const |
bool | operator!= (const depth_iterator_baset< other_depth_iterator_t > &other) const |
const_depth_iteratort & | operator++ () |
Preincrement operator Do not call on the end() iterator. | |
const_depth_iteratort | operator++ (int) |
Post-increment operator Expensive copy. | |
const_depth_iteratort & | next_sibling_or_parent () |
const exprt & | operator* () const |
Dereference operator Dereferencing end() iterator is undefined behaviour. | |
const exprt * | operator-> () const |
Dereference operator (member access) Dereferencing end() iterator is undefined behaviour. | |
Definition at line 217 of file expr_iterator.h.
Create iterator starting at the supplied node (root)
Definition at line 222 of file expr_iterator.h.
|
default |
Create an end iterator.