HepMC3 event record library
|
Internal data associated with a single function call. More...
#include <cast.h>
Public Member Functions | |
function_call (const function_record &f, handle p) | |
Data Fields | |
const function_record & | func |
The function data: More... | |
std::vector< handle > | args |
Arguments passed to the function: More... | |
std::vector< bool > | args_convert |
The convert value the arguments should be loaded with. More... | |
object | args_ref |
object | kwargs_ref |
handle | parent |
The parent, if any. More... | |
handle | init_self |
If this is a call to an initializer, this argument contains self More... | |
std::vector<bool> args_convert |
object args_ref |
const function_record& func |
handle init_self |