IteratorAccessor< Acc > Class Template Reference

#include <orthomesh.h>

Inheritance diagram for IteratorAccessor< Acc >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 IteratorAccessor ()
 IteratorAccessor (const Acc &acc)
Acc & operator* ()
bool operator!= (IteratorAccessor< Acc > it)
Acc * operator-> ()
const Acc * operator-> () const
void operator++ (int)

Protected Attributes

Acc m_data

Detailed Description

template<class Acc>
class IteratorAccessor< Acc >

Definition at line 71 of file orthomesh.h.


Constructor & Destructor Documentation

template<class Acc>
IteratorAccessor< Acc >::IteratorAccessor (  )  [inline]

Definition at line 77 of file orthomesh.h.

00077 {}

template<class Acc>
IteratorAccessor< Acc >::IteratorAccessor ( const Acc &  acc  )  [inline]

Definition at line 78 of file orthomesh.h.

00078 :m_data(acc){}


Member Function Documentation

template<class Acc>
bool IteratorAccessor< Acc >::operator!= ( IteratorAccessor< Acc >  it  )  [inline]

Definition at line 80 of file orthomesh.h.

00080 {return (*it) != m_data;} 

template<class Acc>
Acc& IteratorAccessor< Acc >::operator* (  )  [inline]

Definition at line 79 of file orthomesh.h.

00079 {return m_data;}

template<class Acc>
void IteratorAccessor< Acc >::operator++ ( int   )  [inline]

Reimplemented in InnerIteratorAccessor< Acc >.

Definition at line 83 of file orthomesh.h.

00083 {m_data++;}

template<class Acc>
const Acc* IteratorAccessor< Acc >::operator-> (  )  const [inline]

Definition at line 82 of file orthomesh.h.

00082 {return &m_data;}

template<class Acc>
Acc* IteratorAccessor< Acc >::operator-> (  )  [inline]

Definition at line 81 of file orthomesh.h.

00081 {return &m_data;}


Member Data Documentation

template<class Acc>
Acc IteratorAccessor< Acc >::m_data [protected]

Definition at line 74 of file orthomesh.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Generated on Sun Apr 8 23:13:12 2012 for CO2INJECTION by  doxygen 1.6.3