Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
CPPScope.h File Reference
#include <map>
Include dependency graph for CPPScope.h:
This graph shows which files directly or indirectly include this file:

Classes

class  CPyCppyy::CPPScope
 
class  CPyCppyy::CPPSmartClass
 

Namespaces

namespace  CPyCppyy
 Set of helper functions that are invoked from the pythonizors, on the Python side.
 
namespace  CPyCppyy::Utility
 

Typedefs

typedef CPPScope CPyCppyy::CPPClass
 
typedef std::map< Cppyy::TCppObject_t, PyObject * > CPyCppyy::CppToPyMap_t
 Type object to hold class reference (this is only semantically a presentation of CPPScope instances, not in a C++ sense)
 

Functions

template<typename T >
bool CPyCppyy::CPPScope_Check (T *object)
 
template<typename T >
bool CPyCppyy::CPPScope_CheckExact (T *object)
 
CPPScopeCPyCppyy::CPPScopeMeta_New (Cppyy::TCppScope_t klass, PyObject *args)