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

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

Inheritance diagram for void_caster< T >:
[legend]

Public Member Functions

bool load (handle src, bool)
 
 PYBIND11_TYPE_CASTER (T, const_name("None"))
 
bool load (handle src, bool)
 
 PYBIND11_TYPE_CASTER (T, const_name("None"))
 

Static Public Member Functions

static handle cast (T, return_value_policy, handle)
 
static handle cast (T, return_value_policy, handle)
 

Detailed Description

template<typename T>
struct void_caster< T >

Definition at line 242 of file cast.h.

Member Function Documentation

◆ cast() [1/2]

template<typename T >
static handle void_caster< T >::cast ( ,
return_value_policy  ,
handle   
)
inlinestatic

Definition at line 250 of file cast.h.

References handle::inc_ref().

◆ cast() [2/2]

template<typename T >
static handle void_caster< T >::cast ( ,
return_value_policy  ,
handle   
)
inlinestatic

Definition at line 254 of file cast.h.

References object::release().

◆ load() [1/2]

template<typename T >
bool void_caster< T >::load ( handle  src,
bool   
)
inline

Definition at line 244 of file cast.h.

◆ load() [2/2]

template<typename T >
bool void_caster< T >::load ( handle  src,
bool   
)
inline

Definition at line 248 of file cast.h.

◆ PYBIND11_TYPE_CASTER() [1/2]

template<typename T >
void_caster< T >::PYBIND11_TYPE_CASTER ( ,
const_name("None")   
)

References const_name().

◆ PYBIND11_TYPE_CASTER() [2/2]

template<typename T >
void_caster< T >::PYBIND11_TYPE_CASTER ( ,
const_name("None")   
)

References const_name().


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