Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Private Attributes
parallel::Mesh2::CapS< T > Class Template Reference

Scanner for caps (processor intersection) More...

Inheritance diagram for parallel::Mesh2::CapS< T >:
Inheritance graph
[legend]
Collaboration diagram for parallel::Mesh2::CapS< T >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CapS (ListElm< T > *cntr)
 CapS (const CapS< T > &scan)
Scan< T > * clone () const
 Returns a clone of the scanner.
bool eos () const
 Returns true if the end of the scanned set is reached.
 operator int ()
 Returns true as long as the end of the scanned set is not reached yet.
T & operator++ (int)
 Returns the next element in the scanned set.

Private Attributes

ListElm< T > * cntr_

Detailed Description

template<class T>
class parallel::Mesh2::CapS< T >

Scanner for caps (processor intersection)

Definition at line 346 of file mesh_p.hh.


Constructor & Destructor Documentation

template<class T>
parallel::Mesh2::CapS< T >::CapS ( ListElm< T > *  cntr) [inline]

Definition at line 350 of file mesh_p.hh.

template<class T>
parallel::Mesh2::CapS< T >::CapS ( const CapS< T > &  scan) [inline]

Definition at line 351 of file mesh_p.hh.


Member Function Documentation

template<class T>
Scan<T>* parallel::Mesh2::CapS< T >::clone ( ) const [inline, virtual]

Returns a clone of the scanner.

Implements concepts::Scan< T >.

Definition at line 356 of file mesh_p.hh.

Here is the call graph for this function:

template<class T>
bool parallel::Mesh2::CapS< T >::eos ( ) const [inline, virtual]

Returns true if the end of the scanned set is reached.

Implements concepts::Scan< T >.

Definition at line 352 of file mesh_p.hh.

template<class T>
concepts::Scan< T >::operator int ( ) [inline, inherited]

Returns true as long as the end of the scanned set is not reached yet.

Definition at line 32 of file scannerConnectors.hh.

template<class T>
T& parallel::Mesh2::CapS< T >::operator++ ( int  ) [inline, virtual]

Returns the next element in the scanned set.

Implements concepts::Scan< T >.

Definition at line 353 of file mesh_p.hh.

Here is the call graph for this function:


Member Data Documentation

template<class T>
ListElm<T>* parallel::Mesh2::CapS< T >::cntr_ [private]

Definition at line 348 of file mesh_p.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)