Searched refs:type_caster_base (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Dcast.h826 template <typename type> class type_caster_base : public type_caster_generic { class in inherits:type_caster_generic
832 type_caster_base() : type_caster_base(typeid(type)) { } function in class:type_caster_base
833 explicit type_caster_base(const std::type_info &info) : type_caster_generic(info) { } function in class:type_caster_base
911 template <typename type, typename SFINAE = void> class type_caster : public type_caster_base<type> { };
1438 struct copyable_holder_caster : public type_caster_base<type> {
1440 using base = type_caster_base<type>;
1466 return type_caster_base<type>::cast_holder(ptr, &src);
1519 static_assert(std::is_base_of<type_caster_base<type>, type_caster<type>>::value,
1524 return type_caster_base<typ
[all...]

Completed in 6 milliseconds