#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("List[")+value_conv::name+const_name("]")) | |
bool | load (handle src, bool convert) |
PYBIND11_TYPE_CASTER (Type, const_name("List[")+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) |
Private Member Functions | |
template<typename T = Type, enable_if_t< std::is_same< decltype(std::declval< T >().reserve(0)), void >::value , int > | |
void | reserve_maybe (const sequence &s, Type *) |
void | reserve_maybe (const sequence &, void *) |
template<typename T = Type, enable_if_t< has_reserve_method< T >::value, int > = 0> | |
void | reserve_maybe (const sequence &s, Type *) |
void | reserve_maybe (const sequence &, void *) |
using list_caster< Type, Value >::value_conv = make_caster<Value> |
using list_caster< Type, Value >::value_conv = make_caster<Value> |
|
inlinestatic |
Definition at line 173 of file stl.h.
References type_caster_generic::cast(), return_value_policy_override< Return, SFINAE >::policy(), handle::ptr(), and object::release().
|
inlinestatic |
Definition at line 194 of file stl.h.
References type_caster_generic::cast(), return_value_policy_override< Return, SFINAE >::policy(), handle::ptr(), and object::release().
|
inline |
Definition at line 145 of file stl.h.
References list_caster< Type, Value >::reserve_maybe().
|
inline |
Definition at line 168 of file stl.h.
References list_caster< Type, Value >::reserve_maybe().
list_caster< Type, Value >::PYBIND11_TYPE_CASTER | ( | Type | , |
const_name("List[")+value_conv::name+const_name("]") | |||
) |
References const_name().
list_caster< Type, Value >::PYBIND11_TYPE_CASTER | ( | Type | , |
const_name("List[")+value_conv::name+const_name("]") | |||
) |
References const_name().
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
Definition at line 166 of file stl.h.
References sequence::size().
Referenced by list_caster< Type, Value >::load().
|
inlineprivate |
Definition at line 187 of file stl.h.
References sequence::size().