|
GiNaC
1.6.2
|
#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 throw () |
| bool | operator!= (const _iter_rep &other) const throw () |
Public Attributes | |
| ex | e |
| size_t | i |
| size_t | i_end |
| GiNaC::internal::_iter_rep::_iter_rep | ( | const ex & | e_, |
| size_t | i_, | ||
| size_t | i_end_ | ||
| ) | [inline] |
| bool GiNaC::internal::_iter_rep::operator== | ( | const _iter_rep & | other | ) | const throw () [inline] |
Definition at line 484 of file ex.h.
References GiNaC::are_ex_trivially_equal(), e, and i.
| bool GiNaC::internal::_iter_rep::operator!= | ( | const _iter_rep & | other | ) | const throw () [inline] |
Definition at line 494 of file ex.h.
Referenced by GiNaC::const_postorder_iterator::descend(), GiNaC::const_preorder_iterator::increment(), and operator==().
Definition at line 495 of file ex.h.
Referenced by GiNaC::const_postorder_iterator::descend(), GiNaC::const_preorder_iterator::increment(), and operator==().
Definition at line 496 of file ex.h.
Referenced by GiNaC::const_preorder_iterator::increment().