GiNaC  1.6.2
Public Member Functions | Public Attributes
GiNaC::internal::_iter_rep Struct Reference

#include <ex.h>

List of all members.

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

Detailed Description

Definition at line 481 of file ex.h.


Constructor & Destructor Documentation

GiNaC::internal::_iter_rep::_iter_rep ( const ex e_,
size_t  i_,
size_t  i_end_ 
) [inline]

Definition at line 482 of file ex.h.


Member Function Documentation

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 489 of file ex.h.


Member Data Documentation

Definition at line 496 of file ex.h.

Referenced by GiNaC::const_preorder_iterator::increment().


The documentation for this struct was generated from the following file:

This page is part of the GiNaC developer's reference. It was generated automatically by doxygen. For an introduction, see the tutorial.