#include </builds/ipbus/ipbus-software/uhal/python/pybind11-python2/include/pybind11/stl.h>
Public Types | |
using | value_conv = make_caster< Value > |
using | value_conv = make_caster< Value > |
Public Member Functions | |
bool | load (handle src, bool convert) |
PYBIND11_TYPE_CASTER (Type, const_name("Optional[")+value_conv::name+const_name("]")) | |
bool | load (handle src, bool convert) |
PYBIND11_TYPE_CASTER (Type, const_name("Optional[")+value_conv::name+const_name("]")) | |
Static Public Member Functions | |
template<typename T > | |
static handle | cast (T &&src, return_value_policy policy, handle parent) |
template<typename T > | |
static handle | cast (T &&src, return_value_policy policy, handle parent) |
using optional_caster< Type, Value >::value_conv = make_caster<Value> |
using optional_caster< Type, Value >::value_conv = make_caster<Value> |
|
inlinestatic |
Definition at line 291 of file stl.h.
References type_caster_generic::cast(), handle::inc_ref(), and return_value_policy_override< Return, SFINAE >::policy().
|
inlinestatic |
Definition at line 312 of file stl.h.
References type_caster_generic::cast(), return_value_policy_override< Return, SFINAE >::policy(), and object::release().
|
inline |
Definition at line 301 of file stl.h.
References type_caster_generic::load().
|
inline |
Definition at line 322 of file stl.h.
References type_caster_generic::load().
optional_caster< Type, Value >::PYBIND11_TYPE_CASTER | ( | Type | , |
const_name("Optional[")+value_conv::name+const_name("]") | |||
) |
References const_name().
optional_caster< Type, Value >::PYBIND11_TYPE_CASTER | ( | Type | , |
const_name("Optional[")+value_conv::name+const_name("]") | |||
) |
References const_name().