#include "DllImport.h"
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | PyROOT |
Classes | |
class | PyROOT::TemplateProxy |
Functions | |
template<typename T> | |
Bool_t | PyROOT::TemplateProxy_Check (T *object) |
template<typename T> | |
Bool_t | PyROOT::TemplateProxy_CheckExact (T *object) |
TemplateProxy * | PyROOT::TemplateProxy_New (const std::string &name, PyObject *pyclass) |
Variables | |
R__EXTERN PyTypeObject | PyROOT::TemplateProxy_Type |