GiNaC 1.8.7
|
#include <ex.h>
Public Types | |
using | iterator_category = std::forward_iterator_tag |
using | value_type = ex |
using | difference_type = ptrdiff_t |
using | pointer = const ex * |
using | reference = const ex & |
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 |
using GiNaC::const_postorder_iterator::iterator_category = std::forward_iterator_tag |
using GiNaC::const_postorder_iterator::difference_type = ptrdiff_t |
using GiNaC::const_postorder_iterator::pointer = const ex * |
using GiNaC::const_postorder_iterator::reference = const ex & |
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 616 of file ex.h.
References increment().
|
inline |
Definition at line 622 of file ex.h.
References increment().
|
inlinenoexcept |
|
inlinenoexcept |
|
inlineprivate |
Definition at line 642 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 640 of file ex.h.
Referenced by const_postorder_iterator(), descend(), increment(), operator*(), operator->(), and operator==().