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 >:
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 29 of file expansion.hh.
Constructor & Destructor Documentation
◆ XYColFPtr() [1/2]
template<class F = concepts::Real>
|
inline |
Definition at line 31 of file expansion.hh.
◆ XYColFPtr() [2/2]
template<class F = concepts::Real>
|
inline |
Definition at line 32 of file expansion.hh.
Member Function Documentation
◆ operator+=()
template<class F = concepts::Real>
|
inlinevirtual |
Implements cluster::XYColExpPtr.
Definition at line 34 of file expansion.hh.
◆ operator-=()
template<class F = concepts::Real>
|
inlinevirtual |
Implements cluster::XYColExpPtr.
Definition at line 35 of file expansion.hh.
◆ value()
template<class F = concepts::Real>
|
inline |
Definition at line 37 of file expansion.hh.
Member Data Documentation
◆ val_
template<class F = concepts::Real>
|
protected |
Definition at line 40 of file expansion.hh.
The documentation for this class was generated from the following file:
- cluster/expansion.hh