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

Recursively iterate over variadic template arguments. More...

#include <attr.h>

Static Public Member Functions

static void init (const Args &... args, function_record *r)
 
static void init (const Args &... args, type_record *r)
 
static void precall (function_call &call)
 
static void postcall (function_call &call, handle fn_ret)
 

Detailed Description

template<typename... Args>
struct process_attributes< Args >

Recursively iterate over variadic template arguments.

Definition at line 516 of file attr.h.

Member Function Documentation

◆ init() [1/2]

template<typename... Args>
static void process_attributes< Args >::init ( const Args &...  args,
function_record r 
)
inlinestatic

Definition at line 517 of file attr.h.

◆ init() [2/2]

template<typename... Args>
static void process_attributes< Args >::init ( const Args &...  args,
type_record r 
)
inlinestatic

Definition at line 521 of file attr.h.

◆ postcall()

template<typename... Args>
static void process_attributes< Args >::postcall ( function_call call,
handle  fn_ret 
)
inlinestatic

Definition at line 529 of file attr.h.

◆ precall()

template<typename... Args>
static void process_attributes< Args >::precall ( function_call call)
inlinestatic

Definition at line 525 of file attr.h.


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