Lines Matching refs:class_id
51 typedef python::type_info class_id; typedef
156 class_id // static type
185 inline type_index_t::iterator type_position(class_id type) in type_position()
192 , boost::bind<bool>(std::less<class_id>() in type_position()
193 , boost::bind<class_id>(select1st<entry>(), _1) in type_position()
194 , boost::bind<class_id>(select1st<entry>(), _2))); in type_position()
197 inline index_entry* seek_type(class_id type) in seek_type()
207 inline type_index_t::iterator demand_type(class_id type) in demand_type()
226 demand_types(class_id t1, class_id t2) in demand_types()
353 class_id // source static type
354 , class_id // target type
356 , class_id // source dynamic type
390 inline void* convert_type(void* const p, class_id src_t, class_id dst_t, bool polymorphic) in convert_type()
441 BOOST_PYTHON_DECL void* find_dynamic_type(void* p, class_id src_t, class_id dst_t) in find_dynamic_type()
446 BOOST_PYTHON_DECL void* find_static_type(void* p, class_id src_t, class_id dst_t) in find_static_type()
452 class_id src_t, class_id dst_t, cast_function cast, bool is_downcast) in add_cast()
490 class_id static_id, dynamic_id_function get_dynamic_id) in register_dynamic_id_aux()