Logo ROOT   6.10/09
Reference Guide
List of all members | Public Member Functions | Public Attributes | Private Attributes | List of all members
RooCFunction2Map< VO, VI1, VI2 > Class Template Reference

template<class VO, class VI1, class VI2>
class RooCFunction2Map< VO, VI1, VI2 >

Definition at line 51 of file RooCFunction2Binding.h.

Public Member Functions

 RooCFunction2Map ()
 
void add (const char *name, VO(*ptr)(VI1, VI2), const char *arg1name="x", const char *arg2name="y")
 
const char * lookupArgName (VO(*ptr)(VI1, VI2), UInt_t iarg)
 
const char * lookupName (VO(*ptr)(VI1, VI2))
 

Public Attributes

VO(*)(VI1, VI2) lookupPtr (const char *name)
 

Private Attributes

std::map< VO(*)(VI1, VI2), std::vector< std::string > > _argnamemap
 
std::map< VO(*)(VI1, VI2), std::string > _namemap
 
std::map< std::string, VO(*)(VI1, VI2)> _ptrmap
 

#include <RooCFunction2Binding.h>

Constructor & Destructor Documentation

◆ RooCFunction2Map()

template<class VO, class VI1, class VI2>
RooCFunction2Map< VO, VI1, VI2 >::RooCFunction2Map ( )
inline

Definition at line 53 of file RooCFunction2Binding.h.

Member Function Documentation

◆ add()

template<class VO, class VI1, class VI2>
void RooCFunction2Map< VO, VI1, VI2 >::add ( const char *  name,
VO(*)(VI1, VI2)  ptr,
const char *  arg1name = "x",
const char *  arg2name = "y" 
)
inline

Definition at line 55 of file RooCFunction2Binding.h.

◆ lookupArgName()

template<class VO, class VI1, class VI2>
const char* RooCFunction2Map< VO, VI1, VI2 >::lookupArgName ( VO(*)(VI1, VI2)  ptr,
UInt_t  iarg 
)
inline

Definition at line 74 of file RooCFunction2Binding.h.

◆ lookupName()

template<class VO, class VI1, class VI2>
const char* RooCFunction2Map< VO, VI1, VI2 >::lookupName ( VO(*)(VI1, VI2)  ptr)
inline

Definition at line 64 of file RooCFunction2Binding.h.

Member Data Documentation

◆ _argnamemap

template<class VO, class VI1, class VI2>
std::map<VO (*)(VI1,VI2),std::vector<std::string> > RooCFunction2Map< VO, VI1, VI2 >::_argnamemap
private

Definition at line 93 of file RooCFunction2Binding.h.

◆ _namemap

template<class VO, class VI1, class VI2>
std::map<VO (*)(VI1,VI2),std::string> RooCFunction2Map< VO, VI1, VI2 >::_namemap
private

Definition at line 92 of file RooCFunction2Binding.h.

◆ _ptrmap

template<class VO, class VI1, class VI2>
std::map<std::string,VO (*)(VI1,VI2)> RooCFunction2Map< VO, VI1, VI2 >::_ptrmap
private

Definition at line 91 of file RooCFunction2Binding.h.

◆ lookupPtr

template<class VO, class VI1, class VI2>
VO(*)(VI1, VI2) RooCFunction2Map< VO, VI1, VI2 >::lookupPtr(const char *name)
inline

Definition at line 69 of file RooCFunction2Binding.h.


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