#include "CPPScope.h"
#include "Cppyy.h"
#include "CallContext.h"
#include <utility>
#include <vector>
Classes | |
class | CPyCppyy::CPPInstance |
Namespaces | |
namespace | CPyCppyy |
Set of helper functions that are invoked from the pythonizors, on the Python side. | |
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 *) |