Searched defs:component_type (Results 1 – 9 of 9) sorted by relevance
81 typedef Component component_type; typedef
34 typedef typename wrapped_type<T>::type component_type; typedef in boost::iostreams::detail::mode_adapter
302 struct component_type<rational_adaptor<T> > struct304 typedef number<T> type;
1878 struct component_type<boost::rational<I> > struct1880 typedef I type;
77 const std::type_info& component_type() const { return typeid(T); } in component_type() function in boost::iostreams::detail::direct_streambuf
97 const std::type_info& component_type() const { return typeid(T); } in component_type() function in boost::iostreams::detail::indirect_streambuf
100 u8 component_type; member185 u8 component_type; member
170 enum dpsw_component_type component_type; member
1018 struct component_type<number<T, ExpressionTemplates> > : public component_type<T>{}; struct1020 struct component_type<detail::expression<tag, A1, A2, A3, A4> > : public component_type<typename de… struct