#include <vector>
#include <sys/types.h>
Classes | |
struct | CPyCppyy::CallContext |
struct | CPyCppyy::Parameter |
struct | CPyCppyy::CallContext::Temporary |
union | CPyCppyy::Parameter::Value |
Namespaces | |
namespace | CPyCppyy |
Set of helper functions that are invoked from the pythonizors, on the Python side. | |
Macros | |
#define | CPYCPPYY_PARAMETER |
Functions | |
bool | CPyCppyy::AllowImplicit (CallContext *ctxt) |
bool | CPyCppyy::HaveImplicit (CallContext *ctxt) |
bool | CPyCppyy::IsConstructor (uint64_t flags) |
bool | CPyCppyy::IsCreator (uint64_t flags) |
bool | CPyCppyy::IsSorted (uint64_t flags) |
bool | CPyCppyy::NoImplicit (CallContext *ctxt) |
bool | CPyCppyy::ReleasesGIL (CallContext *ctxt) |
bool | CPyCppyy::UseStrictOwnership (CallContext *ctxt) |
Variables | |
const int | CPyCppyy::SMALL_ARGS_N = 8 |
#define CPYCPPYY_PARAMETER |
Definition at line 16 of file CallContext.h.