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

Process an attribute specifying the function's name. More...

#include <attr.h>

Inheritance diagram for process_attribute< name >:
Inheritance graph

Static Public Member Functions

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

Detailed Description

template<>
struct pybind11::detail::process_attribute< name >

Process an attribute specifying the function's name.

Definition at line 311 of file attr.h.

Member Function Documentation

◆ init()

static void init ( const name n,
function_record r 
)
inlinestatic

Definition at line 312 of file attr.h.


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