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
 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
 

Macro Definition Documentation

◆ CPYCPPYY_PARAMETER

#define CPYCPPYY_PARAMETER

Definition at line 16 of file CallContext.h.