μ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_default< T > Struct Template Reference

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

Inheritance diagram for process_attribute_default< T >:
[legend]

Static Public Member Functions

static void init (const T &, function_record *)
 Default implementation: do nothing. More...
 
static void init (const T &, type_record *)
 
static void precall (function_call &)
 
static void postcall (function_call &, handle)
 
static void init (const T &, function_record *)
 Default implementation: do nothing. More...
 
static void init (const T &, type_record *)
 
static void precall (function_call &)
 
static void postcall (function_call &, handle)
 

Detailed Description

template<typename T>
struct process_attribute_default< T >

Definition at line 376 of file attr.h.

Member Function Documentation

◆ init() [1/4]

template<typename T >
static void process_attribute_default< T >::init ( const T &  ,
function_record  
)
inlinestatic

Default implementation: do nothing.

Definition at line 378 of file attr.h.

◆ init() [2/4]

template<typename T >
static void process_attribute_default< T >::init ( const T &  ,
function_record  
)
inlinestatic

Default implementation: do nothing.

Definition at line 380 of file attr.h.

◆ init() [3/4]

template<typename T >
static void process_attribute_default< T >::init ( const T &  ,
type_record  
)
inlinestatic

Definition at line 379 of file attr.h.

◆ init() [4/4]

template<typename T >
static void process_attribute_default< T >::init ( const T &  ,
type_record  
)
inlinestatic

Definition at line 381 of file attr.h.

◆ postcall() [1/2]

template<typename T >
static void process_attribute_default< T >::postcall ( function_call ,
handle   
)
inlinestatic

Definition at line 381 of file attr.h.

◆ postcall() [2/2]

template<typename T >
static void process_attribute_default< T >::postcall ( function_call ,
handle   
)
inlinestatic

Definition at line 383 of file attr.h.

◆ precall() [1/2]

template<typename T >
static void process_attribute_default< T >::precall ( function_call )
inlinestatic

Definition at line 380 of file attr.h.

◆ precall() [2/2]

template<typename T >
static void process_attribute_default< T >::precall ( function_call )
inlinestatic

Definition at line 382 of file attr.h.


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