GiNaC
1.8.0
|
#include <ex.h>
Public Member Functions | |
const_postorder_iterator () noexcept | |
const_postorder_iterator (const ex &e, size_t n) | |
reference | operator* () const |
pointer | operator-> () const |
const_postorder_iterator & | operator++ () |
const_postorder_iterator | operator++ (int) |
bool | operator== (const const_postorder_iterator &other) const noexcept |
bool | operator!= (const const_postorder_iterator &other) const noexcept |
Private Member Functions | |
void | descend () |
void | increment () |
Private Attributes | |
std::stack< internal::_iter_rep, std::vector< internal::_iter_rep > > | s |
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 601 of file ex.h.
References increment().
|
inline |
Definition at line 607 of file ex.h.
References increment().
|
inlinenoexcept |
|
inlinenoexcept |
|
inlineprivate |
Definition at line 627 of file ex.h.
References GiNaC::internal::_iter_rep::e, GiNaC::internal::_iter_rep::i, GiNaC::ex::nops(), GiNaC::ex::op(), and s.
Referenced by const_postorder_iterator(), and increment().
|
inlineprivate |
|
private |
Definition at line 625 of file ex.h.
Referenced by const_postorder_iterator(), descend(), increment(), operator*(), operator->(), and operator==().