GiNaC 1.8.7
|
#include <ex.h>
Public Member Functions | |
_iter_rep (const ex &e_, size_t i_, size_t i_end_) | |
bool | operator== (const _iter_rep &other) const noexcept |
bool | operator!= (const _iter_rep &other) const noexcept |
Public Attributes | |
ex | e |
size_t | i |
size_t | i_end |
|
inline |
|
inlinenoexcept |
Definition at line 504 of file ex.h.
References GiNaC::are_ex_trivially_equal(), e, and i.
|
inlinenoexcept |
ex GiNaC::internal::_iter_rep::e |
Definition at line 514 of file ex.h.
Referenced by GiNaC::const_postorder_iterator::descend(), GiNaC::const_preorder_iterator::increment(), and operator==().
size_t GiNaC::internal::_iter_rep::i |
Definition at line 515 of file ex.h.
Referenced by GiNaC::const_postorder_iterator::descend(), GiNaC::const_preorder_iterator::increment(), and operator==().
size_t GiNaC::internal::_iter_rep::i_end |
Definition at line 516 of file ex.h.
Referenced by GiNaC::const_preorder_iterator::increment().