OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Types | Public Member Functions | Private Attributes | List of all members
ParticleAttribIterator< T > Class Template Reference

#include <ParticleAttrib.h>

Inheritance diagram for ParticleAttribIterator< T >:
Inheritance graph
[legend]
Collaboration diagram for ParticleAttribIterator< T >:
Collaboration graph
[legend]

Public Types

typedef ParticleAttrib< T >
::ParticleList_t 
ParticleList_t
 
typedef T value_type
 
typedef std::ptrdiff_t difference_type
 
typedef Tpointer
 
typedef Treference
 
typedef
std::random_access_iterator_tag 
iterator_category
 
typedef ParticleAttribIterator< TPETE_Expr_t
 
typedef T PETE_Return_t
 
- Public Types inherited from PETE_Expr< ParticleAttribIterator< T > >
typedef ParticleAttribIterator< TWrapped
 

Public Member Functions

 ParticleAttribIterator ()
 
 ParticleAttribIterator (ParticleAttrib< T > *pa)
 
 ParticleAttribIterator (ParticleAttrib< T > *pa, size_t offset)
 
 ParticleAttribIterator (const ParticleAttribIterator< T > &i)
 
PETE_Expr_t MakeExpression () const
 
PETE_Return_toperator* (void) const
 
Toperator-> () const
 
ParticleAttribIterator< T > & operator++ (void)
 
ParticleAttribIterator< Toperator++ (int)
 
ParticleAttribIterator< T > & operator-- (void)
 
ParticleAttribIterator< Toperator-- (int)
 
ParticleAttribIterator< T > & operator+= (size_t n)
 
ParticleAttribIterator< Toperator+ (size_t n) const
 
ParticleAttribIterator< T > & operator-= (size_t n)
 
ParticleAttribIterator< Toperator- (size_t n) const
 
size_t operator- (const ParticleAttribIterator< T > &a) const
 
ParticleAttribIterator< Toperator[] (size_t n) const
 
ParticleAttribIterator< T > & at_end (void)
 
bool operator== (const ParticleAttribIterator< T > &a) const
 
bool operator!= (const ParticleAttribIterator< T > &a) const
 
bool operator< (const ParticleAttribIterator< T > &a) const
 
bool operator<= (const ParticleAttribIterator< T > &a) const
 
bool operator> (const ParticleAttribIterator< T > &a) const
 
bool operator>= (const ParticleAttribIterator< T > &a) const
 
size_t size () const
 
TgetP () const
 
- Public Member Functions inherited from PETE_Expr< ParticleAttribIterator< T > >
ParticleAttribIterator< T > & PETE_unwrap ()
 
const ParticleAttribIterator< T > & PETE_unwrap () const
 

Private Attributes

ParticleAttrib< T > * attrib
 
ParticleList_t::iterator curr
 

Detailed Description

template<class T>
class ParticleAttribIterator< T >

Definition at line 91 of file ParticleAttrib.h.

Member Typedef Documentation

template<class T>
typedef std::ptrdiff_t ParticleAttribIterator< T >::difference_type

Definition at line 571 of file ParticleAttrib.h.

template<class T>
typedef std::random_access_iterator_tag ParticleAttribIterator< T >::iterator_category

Definition at line 574 of file ParticleAttrib.h.

Definition at line 569 of file ParticleAttrib.h.

Definition at line 588 of file ParticleAttrib.h.

template<class T>
typedef T ParticleAttribIterator< T >::PETE_Return_t

Definition at line 589 of file ParticleAttrib.h.

template<class T>
typedef T* ParticleAttribIterator< T >::pointer

Definition at line 572 of file ParticleAttrib.h.

template<class T>
typedef T& ParticleAttribIterator< T >::reference

Definition at line 573 of file ParticleAttrib.h.

template<class T>
typedef T ParticleAttribIterator< T >::value_type

Definition at line 570 of file ParticleAttrib.h.

Constructor & Destructor Documentation

template<class T>
ParticleAttribIterator< T >::ParticleAttribIterator ( )
inline

Definition at line 576 of file ParticleAttrib.h.

template<class T>
ParticleAttribIterator< T >::ParticleAttribIterator ( ParticleAttrib< T > *  pa)
inline

Definition at line 578 of file ParticleAttrib.h.

template<class T>
ParticleAttribIterator< T >::ParticleAttribIterator ( ParticleAttrib< T > *  pa,
size_t  offset 
)
inline

Definition at line 581 of file ParticleAttrib.h.

template<class T>
ParticleAttribIterator< T >::ParticleAttribIterator ( const ParticleAttribIterator< T > &  i)
inline

Definition at line 584 of file ParticleAttrib.h.

Member Function Documentation

template<class T>
ParticleAttribIterator<T>& ParticleAttribIterator< T >::at_end ( void  )
inline
template<class T>
T* ParticleAttribIterator< T >::getP ( ) const
inline

Definition at line 676 of file ParticleAttrib.h.

Referenced by ParticleAttribIterator< T >::operator->().

template<class T>
PETE_Expr_t ParticleAttribIterator< T >::MakeExpression ( ) const
inline

Definition at line 590 of file ParticleAttrib.h.

template<class T>
bool ParticleAttribIterator< T >::operator!= ( const ParticleAttribIterator< T > &  a) const
inline

Definition at line 655 of file ParticleAttrib.h.

References ParticleAttribIterator< T >::curr.

template<class T>
PETE_Return_t& ParticleAttribIterator< T >::operator* ( void  ) const
inline

Definition at line 591 of file ParticleAttrib.h.

References ParticleAttribIterator< T >::curr.

template<class T>
ParticleAttribIterator<T> ParticleAttribIterator< T >::operator+ ( size_t  n) const
inline

Definition at line 621 of file ParticleAttrib.h.

References Hypervolume::n.

template<class T>
ParticleAttribIterator<T>& ParticleAttribIterator< T >::operator++ ( void  )
inline

Definition at line 594 of file ParticleAttrib.h.

References ParticleAttribIterator< T >::curr.

template<class T>
ParticleAttribIterator<T> ParticleAttribIterator< T >::operator++ ( int  )
inline

Definition at line 599 of file ParticleAttrib.h.

References ParticleAttribIterator< T >::curr.

template<class T>
ParticleAttribIterator<T>& ParticleAttribIterator< T >::operator+= ( size_t  n)
inline

Definition at line 616 of file ParticleAttrib.h.

References ParticleAttribIterator< T >::curr, and Hypervolume::n.

template<class T>
ParticleAttribIterator<T> ParticleAttribIterator< T >::operator- ( size_t  n) const
inline

Definition at line 632 of file ParticleAttrib.h.

References Hypervolume::n.

template<class T>
size_t ParticleAttribIterator< T >::operator- ( const ParticleAttribIterator< T > &  a) const
inline

Definition at line 638 of file ParticleAttrib.h.

References ParticleAttribIterator< T >::curr.

template<class T>
ParticleAttribIterator<T>& ParticleAttribIterator< T >::operator-- ( void  )
inline

Definition at line 605 of file ParticleAttrib.h.

References ParticleAttribIterator< T >::curr.

template<class T>
ParticleAttribIterator<T> ParticleAttribIterator< T >::operator-- ( int  )
inline

Definition at line 610 of file ParticleAttrib.h.

References ParticleAttribIterator< T >::curr.

template<class T>
ParticleAttribIterator<T>& ParticleAttribIterator< T >::operator-= ( size_t  n)
inline

Definition at line 627 of file ParticleAttrib.h.

References ParticleAttribIterator< T >::curr, and Hypervolume::n.

template<class T>
T* ParticleAttribIterator< T >::operator-> ( ) const
inline

Definition at line 592 of file ParticleAttrib.h.

References ParticleAttribIterator< T >::getP().

Here is the call graph for this function:

template<class T>
bool ParticleAttribIterator< T >::operator< ( const ParticleAttribIterator< T > &  a) const
inline

Definition at line 659 of file ParticleAttrib.h.

References ParticleAttribIterator< T >::curr.

template<class T>
bool ParticleAttribIterator< T >::operator<= ( const ParticleAttribIterator< T > &  a) const
inline

Definition at line 663 of file ParticleAttrib.h.

References ParticleAttribIterator< T >::curr.

template<class T>
bool ParticleAttribIterator< T >::operator== ( const ParticleAttribIterator< T > &  a) const
inline

Definition at line 651 of file ParticleAttrib.h.

References ParticleAttribIterator< T >::curr.

template<class T>
bool ParticleAttribIterator< T >::operator> ( const ParticleAttribIterator< T > &  a) const
inline

Definition at line 667 of file ParticleAttrib.h.

References ParticleAttribIterator< T >::curr.

template<class T>
bool ParticleAttribIterator< T >::operator>= ( const ParticleAttribIterator< T > &  a) const
inline

Definition at line 671 of file ParticleAttrib.h.

References ParticleAttribIterator< T >::curr.

template<class T>
ParticleAttribIterator<T> ParticleAttribIterator< T >::operator[] ( size_t  n) const
inline

Definition at line 642 of file ParticleAttrib.h.

template<class T>
size_t ParticleAttribIterator< T >::size ( void  ) const
inline

Definition at line 675 of file ParticleAttrib.h.

References ParticleAttribIterator< T >::attrib.

Referenced by scatter().

Member Data Documentation

template<class T>
ParticleAttrib<T>* ParticleAttribIterator< T >::attrib
private
template<class T>
ParticleList_t::iterator ParticleAttribIterator< T >::curr
private

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