This is the complete list of members for type_caster_base< type >, including all inherited members.
cast(const itype &src, return_value_policy policy, handle parent) | type_caster_base< type > | inlinestatic |
cast(itype &&src, return_value_policy, handle parent) | type_caster_base< type > | inlinestatic |
cast(const itype *src, return_value_policy policy, handle parent) | type_caster_base< type > | inlinestatic |
type_caster_generic::cast(const void *_src, return_value_policy policy, handle parent, const detail::type_info *tinfo, void *(*copy_constructor)(const void *), void *(*move_constructor)(const void *), const void *existing_holder=nullptr) | type_caster_generic | inlinestatic |
cast_holder(const itype *src, const void *holder) | type_caster_base< type > | inlinestatic |
cast_op_type typedef | type_caster_base< type > | |
check_holder_compat() | type_caster_generic | inline |
Constructor typedef | type_caster_base< type > | protected |
cpptype | type_caster_generic | |
itype typedef | type_caster_base< type > | private |
load(handle src, bool convert) | type_caster_generic | inline |
load_impl(handle src, bool convert) | type_caster_generic | inline |
load_value(value_and_holder &&v_h) | type_caster_generic | inline |
local_load(PyObject *src, const type_info *ti) | type_caster_generic | inlinestatic |
make_copy_constructor(const T *) -> decltype(new T(std::declval< const T >()), Constructor | type_caster_base< type > | inlineprotectedstatic |
make_copy_constructor(...) | type_caster_base< type > | inlineprotectedstatic |
make_move_constructor(const T *) -> decltype(new T(std::declval< T && >()), Constructor | type_caster_base< type > | inlineprotectedstatic |
make_move_constructor(...) | type_caster_base< type > | inlineprotectedstatic |
name | type_caster_base< type > | static |
operator itype &() | type_caster_base< type > | inline |
operator itype *() | type_caster_base< type > | inline |
src_and_type(const itype *src) | type_caster_base< type > | inlinestatic |
type_caster_generic::src_and_type(const void *src, const std::type_info &cast_type, const std::type_info *rtti_type=nullptr) | type_caster_generic | inlinestatic |
try_direct_conversions(handle src) | type_caster_generic | inline |
try_implicit_casts(handle src, bool convert) | type_caster_generic | inline |
try_load_foreign_module_local(handle src) | type_caster_generic | inline |
type_caster_base() | type_caster_base< type > | inline |
type_caster_base(const std::type_info &info) | type_caster_base< type > | inlineexplicit |
type_caster_generic(const std::type_info &type_info) | type_caster_generic | inlineexplicit |
type_caster_generic(const type_info *typeinfo) | type_caster_generic | inlineexplicit |
typeinfo | type_caster_generic | |
value | type_caster_generic |