Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
CallContext.h File Reference
#include <vector>
#include <sys/types.h>
Include dependency graph for CallContext.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  CPyCppyy::CallContext
 
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
 

Macro Definition Documentation

◆ CPYCPPYY_PARAMETER

#define CPYCPPYY_PARAMETER

Definition at line 19 of file CallContext.h.

◆ DIRECT_CALL

#define DIRECT_CALL   ((size_t)1 << (8 * sizeof(size_t) - 1))

Definition at line 16 of file CallContext.h.