|
Gaudi Framework, version v21r11 |
| Home | Generated: 30 Sep 2010 |
Genfun::AbsFunction to gsl_function structure
More...
#include <Helpers.h>
Public Member Functions | |
| GSL_Helper (const Genfun::AbsFunction &function, Genfun::Argument &argument, const size_t index) | |
| constructor | |
| ~GSL_Helper () | |
| destructor | |
Public Attributes | |
| const Genfun::AbsFunction & | m_function |
| Genfun::Argument & | m_argument |
| size_t | m_index |
Private Member Functions | |
| GSL_Helper () | |
| GSL_Helper & | operator= (GSL_Helper &) |
Genfun::AbsFunction to gsl_function structure
Definition at line 28 of file Helpers.h.
| Genfun::GaudiMathImplementation::GSL_Helper::GSL_Helper | ( | const Genfun::AbsFunction & | function, | |
| Genfun::Argument & | argument, | |||
| const size_t | index | |||
| ) |
constructor
Definition at line 21 of file Helpers.cpp.
00024 : m_function ( function ) , 00025 m_argument ( argument ) , 00026 m_index ( index ) 00027 {}
| Genfun::GaudiMathImplementation::GSL_Helper::~GSL_Helper | ( | ) |
| Genfun::GaudiMathImplementation::GSL_Helper::GSL_Helper | ( | ) | [private] |
| GSL_Helper& Genfun::GaudiMathImplementation::GSL_Helper::operator= | ( | GSL_Helper & | ) | [private] |
| const Genfun::AbsFunction& Genfun::GaudiMathImplementation::GSL_Helper::m_function |
| Genfun::Argument& Genfun::GaudiMathImplementation::GSL_Helper::m_argument |