Definition at line 32 of file TCallContext.h.
#include </home/sftnight/build/workspace/root-makedoc-v620/rootspi/rdoc/src/v6-20-00-patches/bindings/pyroot/src/TCallContext.h>
◆ ECallFlags
Enumerator |
---|
kNone | |
kIsSorted | |
kIsCreator | |
kIsConstructor | |
kUseHeuristics | |
kUseStrict | |
kManageSmartPtr | |
kReleaseGIL | |
kFast | |
kSafe | |
Definition at line 35 of file TCallContext.h.
◆ TCallContext()
PyROOT::TCallContext::TCallContext |
( |
std::vector< TParameter >::size_type |
sz = 0 | ) |
|
|
inline |
◆ SetMemoryPolicy()
Set the global memory policy, which affects object ownership when objects are passed as function arguments.
Definition at line 20 of file TCallContext.cxx.
◆ SetSignalPolicy()
Set the global signal policy, which determines whether a jmp address should be saved to return to after a C++ segfault.
Definition at line 33 of file TCallContext.cxx.
◆ fArgs
std::vector< TParameter > PyROOT::TCallContext::fArgs |
◆ fFlags
UInt_t PyROOT::TCallContext::fFlags |
◆ sMemoryPolicy
◆ sSignalPolicy
The documentation for this struct was generated from the following files: