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

Public Member Functions | Protected Attributes
cluster::XYColFPtr< F > Class Template Reference

Class for a pointer to expansion coefficients of type F. More...

#include <expansion.hh>

Inheritance diagram for cluster::XYColFPtr< F >:
Inheritance graph
[legend]
Collaboration diagram for cluster::XYColFPtr< F >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void operator+= (uint i)
void operator-= (uint i)
F * value () const
 XYColFPtr ()
 XYColFPtr (F *val)

Protected Attributes

F * val_

Detailed Description

template<class F = concepts::Real>
class cluster::XYColFPtr< F >

Class for a pointer to expansion coefficients of type F.

Definition at line 27 of file expansion.hh.


Constructor & Destructor Documentation

template<class F = concepts::Real>
cluster::XYColFPtr< F >::XYColFPtr ( ) [inline]

Definition at line 29 of file expansion.hh.

template<class F = concepts::Real>
cluster::XYColFPtr< F >::XYColFPtr ( F *  val) [inline]

Definition at line 30 of file expansion.hh.


Member Function Documentation

template<class F = concepts::Real>
void cluster::XYColFPtr< F >::operator+= ( uint  i) [inline, virtual]

Implements cluster::XYColExpPtr.

Reimplemented in cluster::XYColF< F >.

Definition at line 32 of file expansion.hh.

template<class F = concepts::Real>
void cluster::XYColFPtr< F >::operator-= ( uint  i) [inline, virtual]

Implements cluster::XYColExpPtr.

Reimplemented in cluster::XYColF< F >.

Definition at line 33 of file expansion.hh.

template<class F = concepts::Real>
F* cluster::XYColFPtr< F >::value ( ) const [inline]

Definition at line 35 of file expansion.hh.


Member Data Documentation

template<class F = concepts::Real>
F* cluster::XYColFPtr< F >::val_ [protected]

Definition at line 38 of file expansion.hh.


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

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