#include <map>
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) |
CPPScope * | CPyCppyy::CPPScopeMeta_New (Cppyy::TCppScope_t klass, PyObject *args) |