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 1355 of file cast.h.

Constructor & Destructor Documentation

◆ function_call()

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

Definition at line 360 of file attr.h.

Member Data Documentation

◆ args

std::vector<handle> function_call::args

Arguments passed to the function:

Definition at line 1362 of file cast.h.

◆ args_convert

std::vector<bool> function_call::args_convert

The convert value the arguments should be loaded with.

Definition at line 1365 of file cast.h.

◆ args_ref

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 1369 of file cast.h.

◆ func

const function_record& function_call::func

The function data:

Definition at line 1359 of file cast.h.

◆ init_self

handle function_call::init_self

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

Definition at line 1375 of file cast.h.

◆ kwargs_ref

object function_call::kwargs_ref

Definition at line 1369 of file cast.h.

◆ parent

handle function_call::parent

The parent, if any.

Definition at line 1372 of file cast.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:41:02