ROOT
6.06/09
Reference Guide
|
Definition at line 40 of file RooCFunction1Binding.h.
Public Member Functions | |
RooCFunction1Map () | |
void | add (const char *name, VO(*ptr)(VI), const char *arg1name="x") |
const char * | lookupName (VO(*ptr)(VI)) |
const char * | lookupArgName (VO(*ptr)(VI), UInt_t iarg) |
Public Attributes | |
VO(*)(VI) | lookupPtr (const char *name) |
Private Attributes | |
std::map< std::string, VO(*)(VI)> | _ptrmap |
std::map< VO(*)(VI), std::string > | _namemap |
std::map< VO(*)(VI), std::vector< std::string > > | _argnamemap |
#include <RooCFunction1Binding.h>
|
inline |
Definition at line 42 of file RooCFunction1Binding.h.
|
inline |
Definition at line 44 of file RooCFunction1Binding.h.
|
inline |
Definition at line 62 of file RooCFunction1Binding.h.
|
inline |
Definition at line 52 of file RooCFunction1Binding.h.
|
private |
Definition at line 81 of file RooCFunction1Binding.h.
Referenced by RooCFunction1Map< VO, VI >::add(), and RooCFunction1Map< VO, VI >::lookupArgName().
|
private |
Definition at line 80 of file RooCFunction1Binding.h.
Referenced by RooCFunction1Map< VO, VI >::add(), and RooCFunction1Map< VO, VI >::lookupName().
|
private |
Definition at line 79 of file RooCFunction1Binding.h.
Referenced by RooCFunction1Map< VO, VI >::add().
|
inline |
Definition at line 57 of file RooCFunction1Binding.h.