#include <vector>#include <sys/types.h>Classes | |
| struct | CPyCppyy::CallContext | 
| class | CPyCppyy::CallContextRAII< F > | 
| struct | CPyCppyy::Parameter | 
| struct | CPyCppyy::CallContext::Temporary | 
| union | CPyCppyy::Parameter::Value | 
Namespaces | |
| namespace | CPyCppyy | 
Macros | |
| #define | CPYCPPYY_PARAMETER | 
| #define | DIRECT_CALL ((size_t)1 << (8 * sizeof(size_t) - 1)) | 
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 19 of file CallContext.h.
| #define DIRECT_CALL ((size_t)1 << (8 * sizeof(size_t) - 1)) | 
Definition at line 16 of file CallContext.h.