#include <z3++.h>
Public Member Functions | |
| iterator (ast_vector_tpl const *v, unsigned i) | |
| bool | operator== (iterator const &other) const noexcept |
| bool | operator!= (iterator const &other) const noexcept |
| iterator & | operator++ () noexcept |
| void | set (T &arg) |
| iterator | operator++ (int) noexcept |
| T * | operator-> () const |
| T | operator* () const |
|
inline |
Definition at line 694 of file z3++.h.
Referenced by operator!=(), operator++(), operator++(), and operator==().
|
inline |
Definition at line 711 of file z3++.h.
Referenced by operator->().
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
Definition at line 706 of file z3++.h.