cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Static Public Member Functions | List of all members
process_attribute< return_value_policy > Struct Reference

Process an attribute indicating the function's return value policy. More...

#include <attr.h>

Inheritance diagram for process_attribute< return_value_policy >:
process_attribute_default< return_value_policy >

Static Public Member Functions

static void init (const return_value_policy &p, function_record *r)
 
- Static Public Member Functions inherited from process_attribute_default< return_value_policy >
static void init (const return_value_policy &, function_record *)
 Default implementation: do nothing. More...
 
static void init (const return_value_policy &, type_record *)
 
static void precall (function_call &)
 
static void postcall (function_call &, handle)
 

Detailed Description

Process an attribute indicating the function's return value policy.

Definition at line 351 of file attr.h.

Member Function Documentation

◆ init()

static void process_attribute< return_value_policy >::init ( const return_value_policy p,
function_record r 
)
inlinestatic

Definition at line 352 of file attr.h.


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