Logo ROOT  
Reference Guide
CPPInstance.h File Reference
#include "CPPScope.h"
#include "Cppyy.h"
#include "CallContext.h"
#include <utility>
#include <vector>
Include dependency graph for CPPInstance.h:
This graph shows which files directly or indirectly include this file:

Classes

class  CPyCppyy::CPPInstance
 

Namespaces

namespace  CPyCppyy
 

Typedefs

typedef std::vector< std::pair< ptrdiff_t, PyObject * > > CPyCppyy::CI_DatamemberCache_t
 

Functions

template<typename T >
bool CPyCppyy::CPPInstance_Check (T *object)
 
template<typename T >
bool CPyCppyy::CPPInstance_CheckExact (T *object)
 
void CPyCppyy::op_dealloc_nofree (CPPInstance *)