HepMC3 event record library
Static Public Member Functions
process_attribute< T, enable_if_t< is_pyobject< T >::value > > Struct Template Reference

Process a parent class attribute. Single inheritance only (class_ itself already guarantees that) More...

#include <attr.h>

+ Inheritance diagram for process_attribute< T, enable_if_t< is_pyobject< T >::value > >:
+ Collaboration diagram for process_attribute< T, enable_if_t< is_pyobject< T >::value > >:

Static Public Member Functions

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

Detailed Description

template<typename T>
struct process_attribute< T, enable_if_t< is_pyobject< T >::value > >

Process a parent class attribute. Single inheritance only (class_ itself already guarantees that)

Definition at line 445 of file attr.h.

Member Function Documentation

static void init ( const handle ,
function_record  
)
inlinestaticinherited

Default implementation: do nothing.

Definition at line 327 of file attr.h.


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