Gaudi Framework, version v21r11

Home   Generated: 30 Sep 2010

Genfun::GaudiMathImplementation::GSL_Helper Class Reference

the simple structure to be used for adaption interface Genfun::AbsFunction to gsl_function structure More...

#include <Helpers.h>

List of all members.

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_Helperoperator= (GSL_Helper &)


Detailed Description

the simple structure to be used for adaption interface Genfun::AbsFunction to gsl_function structure

Author:
Vanya BELYAEV Ivam.Belyaev@itep.ru

Definition at line 28 of file Helpers.h.


Constructor & Destructor Documentation

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 (  ) 

destructor

Definition at line 31 of file Helpers.cpp.

00031 {}

Genfun::GaudiMathImplementation::GSL_Helper::GSL_Helper (  )  [private]


Member Function Documentation

GSL_Helper& Genfun::GaudiMathImplementation::GSL_Helper::operator= ( GSL_Helper  )  [private]


Member Data Documentation

Definition at line 39 of file Helpers.h.

Definition at line 40 of file Helpers.h.

Definition at line 41 of file Helpers.h.


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

Generated at Thu Sep 30 09:59:04 2010 for Gaudi Framework, version v21r11 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004