Public Member Functions | Public Attributes | List of all members
function_call Struct Reference

Internal data associated with a single function call. More...

#include <cast.h>

Public Member Functions

 function_call (const function_record &f, handle p)
 

Public Attributes

std::vector< handleargs
 Arguments passed to the function: More...
 
std::vector< bool > args_convert
 The convert value the arguments should be loaded with. More...
 
object args_ref
 
const function_recordfunc
 The function data: More...
 
handle init_self
 If this is a call to an initializer, this argument contains self More...
 
object kwargs_ref
 
handle parent
 The parent, if any. More...
 

Detailed Description

Internal data associated with a single function call.

Definition at line 1940 of file cast.h.

Constructor & Destructor Documentation

function_call::function_call ( const function_record f,
handle  p 
)
inline

Definition at line 302 of file attr.h.

Member Data Documentation

std::vector<handle> function_call::args

Arguments passed to the function:

Definition at line 1947 of file cast.h.

std::vector<bool> function_call::args_convert

The convert value the arguments should be loaded with.

Definition at line 1950 of file cast.h.

object function_call::args_ref

Extra references for the optional py::args and/or py::kwargs arguments (which, if present, are also in args but without a reference).

Definition at line 1954 of file cast.h.

const function_record& function_call::func

The function data:

Definition at line 1944 of file cast.h.

handle function_call::init_self

If this is a call to an initializer, this argument contains self

Definition at line 1960 of file cast.h.

object function_call::kwargs_ref

Definition at line 1954 of file cast.h.

handle function_call::parent

The parent, if any.

Definition at line 1957 of file cast.h.


The documentation for this struct was generated from the following files:


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:47