μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Static Public Member Functions | List of all members
process_attribute< is_method > Struct Reference

Process an attribute which indicates that this function is a method. More...

#include </builds/ipbus/ipbus-software/uhal/python/pybind11-python2/include/pybind11/attr.h>

Inheritance diagram for process_attribute< is_method >:
[legend]
Collaboration diagram for process_attribute< is_method >:
[legend]

Static Public Member Functions

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

Detailed Description

Process an attribute which indicates that this function is a method.

Definition at line 420 of file attr.h.

Member Function Documentation

◆ init() [1/2]

static void process_attribute< is_method >::init ( const is_method s,
function_record r 
)
inlinestatic

Definition at line 421 of file attr.h.

References is_method::class_, function_record::is_method, and function_record::scope.

◆ init() [2/2]

static void process_attribute< is_method >::init ( const is_method s,
function_record r 
)
inlinestatic

Definition at line 423 of file attr.h.

References is_method::class_, function_record::is_method, and function_record::scope.


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