ROOT  6.06/09
Reference Guide
Classes | Namespaces | Functions
MethodProxy.h File Reference
#include "DllImport.h"
#include "PyCallable.h"
#include <map>
#include <string>
#include <vector>
+ Include dependency graph for MethodProxy.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PyROOT::MethodProxy
 
struct  PyROOT::MethodProxy::MethodInfo_t
 

Namespaces

 PyROOT
 

Functions

template<typename T >
Bool_t PyROOT::MethodProxy_Check (T *object)
 
template<typename T >
Bool_t PyROOT::MethodProxy_CheckExact (T *object)
 
MethodProxy * PyROOT::MethodProxy_New (const std::string &name, std::vector< PyCallable * > &methods)
 
MethodProxy * PyROOT::MethodProxy_New (const std::string &name, PyCallable *method)