#include </builds/ipbus/ipbus-software/uhal/python/pybind11/include/pybind11/cast.h>
Public Types | |
template<typename T > | |
using | cast_op_type = type |
Public Member Functions | |
bool | load (handle src, bool convert) |
operator type () & | |
operator type () && | |
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) |
Static Public Attributes | |
static constexpr auto | name = _("Tuple[") + concat(make_caster<Ts>::name...) + _("]") |
Protected Member Functions | |
template<size_t... Is> | |
type | implicit_cast (index_sequence< Is... >) & |
template<size_t... Is> | |
type | implicit_cast (index_sequence< Is... >) && |
template<size_t... Is> | |
bool | load_impl (const sequence &seq, bool convert, index_sequence< Is... >) |
Static Protected Member Functions | |
static constexpr bool | load_impl (const sequence &, bool, index_sequence<>) |
template<typename T , size_t... Is> | |
static handle | cast_impl (T &&src, return_value_policy policy, handle parent, index_sequence< Is... >) |
Protected Attributes | |
Tuple< make_caster< Ts >... > | subcasters |
Private Types | |
using | type = Tuple< Ts... > |
using | indices = make_index_sequence< size > |
Static Private Attributes | |
static constexpr auto | size = sizeof...(Ts) |
using tuple_caster< Tuple, Ts >::cast_op_type = type |
|
private |
|
private |
|
inlinestatic |
Definition at line 1419 of file cast.h.
Referenced by tuple_caster< std::pair, T1, T2 >::cast().
|
inlinestatic |
|
inlinestaticprotected |
Definition at line 1464 of file cast.h.
Referenced by tuple_caster< std::pair, T1, T2 >::cast().
|
inlineprotected |
Definition at line 1443 of file cast.h.
Referenced by tuple_caster< std::pair, T1, T2 >::operator type().
|
inlineprotected |
|
inline |
Definition at line 1409 of file cast.h.
Referenced by tuple_caster< std::pair, T1, T2 >::load_impl().
|
inlinestaticconstexprprotected |
Definition at line 1447 of file cast.h.
Referenced by tuple_caster< std::pair, T1, T2 >::load().
|
inlineprotected |
|
inline |
|
inline |
|
staticconstexpr |
|
staticconstexprprivate |
Definition at line 1405 of file cast.h.
Referenced by tuple_caster< std::pair, T1, T2 >::cast_impl(), and tuple_caster< std::pair, T1, T2 >::load().
|
protected |
Definition at line 1478 of file cast.h.
Referenced by tuple_caster< std::pair, T1, T2 >::implicit_cast(), and tuple_caster< std::pair, T1, T2 >::load_impl().