#include </builds/ipbus/ipbus-software/uhal/python/pybind11-python2/include/pybind11/stl.h>
Public Types | |
| using | type = Type |
| using | key_conv = make_caster< Key > |
| using | type = Type |
| using | key_conv = make_caster< Key > |
Public Member Functions | |
| bool | load (handle src, bool convert) |
| PYBIND11_TYPE_CASTER (type, const_name("Set[")+key_conv::name+const_name("]")) | |
| bool | load (handle src, bool convert) |
| PYBIND11_TYPE_CASTER (type, const_name("Set[")+key_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< has_reserve_method< T >::value, int > = 0> | |
| void | reserve_maybe (const anyset &s, Type *) |
| void | reserve_maybe (const anyset &, void *) |
| using set_caster< Type, Key >::key_conv = make_caster<Key> |
| using set_caster< Type, Key >::key_conv = make_caster<Key> |
| using set_caster< Type, Key >::type = Type |
| using set_caster< Type, Key >::type = Type |
|
inlinestatic |
Definition at line 74 of file stl.h.
References type_caster_generic::cast(), and return_value_policy_override< Return, SFINAE >::policy().
|
inlinestatic |
Definition at line 88 of file stl.h.
References type_caster_generic::cast(), and return_value_policy_override< Return, SFINAE >::policy().
|
inline |
|
inline |
Definition at line 70 of file stl.h.
References set_caster< Type, Key >::reserve_maybe().
| set_caster< Type, Key >::PYBIND11_TYPE_CASTER | ( | type | , |
| const_name("Set[")+key_conv::name+const_name("]") | |||
| ) |
References const_name().
| set_caster< Type, Key >::PYBIND11_TYPE_CASTER | ( | type | , |
| const_name("Set[")+key_conv::name+const_name("]") | |||
| ) |
References const_name().
|
inlineprivate |
|
inlineprivate |
Definition at line 64 of file stl.h.
References anyset::size().
Referenced by set_caster< Type, Key >::load().