Scarab  2.8.1
Project 8 C++ Utility Library
Static Public Member Functions | List of all members
process_attribute_default< T > Struct Template Reference

#include <attr.h>

Inheritance diagram for process_attribute_default< T >:
Inheritance graph

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)
 

Detailed Description

template<typename T>
struct pybind11::detail::process_attribute_default< T >

Definition at line 302 of file attr.h.

Member Function Documentation

◆ init() [1/2]

static void init ( const T &  ,
function_record  
)
inlinestatic

Default implementation: do nothing.

Definition at line 304 of file attr.h.

◆ init() [2/2]

static void init ( const T &  ,
type_record  
)
inlinestatic

Definition at line 305 of file attr.h.

◆ postcall()

static void postcall ( function_call ,
handle   
)
inlinestatic

Definition at line 307 of file attr.h.

◆ precall()

static void precall ( function_call )
inlinestatic

Definition at line 306 of file attr.h.


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