Definition at line 43 of file RooCFunction1Binding.h.
Public Member Functions | |
RooCFunction1Map () | |
void | add (const char *name, VO(*ptr)(VI), const char *arg1name="x") |
const char * | lookupArgName (VO(*ptr)(VI), UInt_t iarg) |
const char * | lookupName (VO(*ptr)(VI)) |
Public Attributes | |
VO(*)(VI) | lookupPtr (const char *name) |
Private Attributes | |
std::map< VO(*)(VI), std::vector< std::string > > | _argnamemap |
std::map< VO(*)(VI), std::string > | _namemap |
std::map< std::string, VO(*)(VI)> | _ptrmap |
#include <RooCFunction1Binding.h>
|
inline |
Definition at line 45 of file RooCFunction1Binding.h.
|
inline |
Definition at line 47 of file RooCFunction1Binding.h.
|
inline |
Definition at line 65 of file RooCFunction1Binding.h.
|
inline |
Definition at line 55 of file RooCFunction1Binding.h.
|
private |
Definition at line 83 of file RooCFunction1Binding.h.
|
private |
Definition at line 82 of file RooCFunction1Binding.h.
|
private |
Definition at line 81 of file RooCFunction1Binding.h.
|
inline |
Definition at line 60 of file RooCFunction1Binding.h.