|
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_preorder_iterator () noexcept | |
| const_preorder_iterator (const ex &e, size_t n) | |
| reference | operator* () const |
| pointer | operator-> () const |
| const_preorder_iterator & | operator++ () |
| const_preorder_iterator | operator++ (int) |
| bool | operator== (const const_preorder_iterator &other) const noexcept |
| bool | operator!= (const const_preorder_iterator &other) const noexcept |
Private Member Functions | |
| void | increment () |
Private Attributes | |
| std::stack< internal::_iter_rep, std::vector< internal::_iter_rep > > | s |
| using GiNaC::const_preorder_iterator::iterator_category = std::forward_iterator_tag |
| using GiNaC::const_preorder_iterator::difference_type = ptrdiff_t |
| using GiNaC::const_preorder_iterator::pointer = const ex * |
| using GiNaC::const_preorder_iterator::reference = const ex & |
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 547 of file ex.h.
References increment().
|
inline |
Definition at line 553 of file ex.h.
References increment().
|
inlinenoexcept |
|
inlinenoexcept |
|
inlineprivate |
Definition at line 573 of file ex.h.
References GiNaC::internal::_iter_rep::e, GiNaC::internal::_iter_rep::i, GiNaC::internal::_iter_rep::i_end, GiNaC::ex::nops(), GiNaC::ex::op(), and s.
Referenced by operator++(), and operator++().
|
private |
Definition at line 571 of file ex.h.
Referenced by const_preorder_iterator(), increment(), operator*(), operator->(), and operator==().