Class for a pointer to expansion coefficients of type F. More...
#include <expansion.hh>


Public Member Functions | |
| void | operator+= (uint i) |
| void | operator-= (uint i) |
| F * | value () const |
| XYColFPtr () | |
| XYColFPtr (F *val) | |
Protected Attributes | |
| F * | val_ |
Class for a pointer to expansion coefficients of type F.
Definition at line 27 of file expansion.hh.
| cluster::XYColFPtr< F >::XYColFPtr | ( | ) | [inline] |
Definition at line 29 of file expansion.hh.
| cluster::XYColFPtr< F >::XYColFPtr | ( | F * | val | ) | [inline] |
Definition at line 30 of file expansion.hh.
| 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.
| 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.
| F* cluster::XYColFPtr< F >::value | ( | ) | const [inline] |
Definition at line 35 of file expansion.hh.
F* cluster::XYColFPtr< F >::val_ [protected] |
Definition at line 38 of file expansion.hh.