|
GiNaC 1.8.9
|
#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 617 of file ex.h.
References increment().
|
inline |
Definition at line 623 of file ex.h.
References increment().
|
inlinenoexcept |
|
inlinenoexcept |
|
inlineprivate |
Definition at line 643 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 |
Definition at line 652 of file ex.h.
Referenced by operator++(), and operator++().
|
private |
Definition at line 641 of file ex.h.
Referenced by const_postorder_iterator(), descend(), increment(), operator*(), operator->(), and operator==().