Home
last modified time | relevance | path

Searched refs:property_tag (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/function_types/detail/pp_tags/
Dpreprocessed.hpp13 typedef detail::property_tag<0x00000200,0x00000300> non_variadic;
14 typedef detail::property_tag<0x00000100,0x00000300> variadic;
15 typedef detail::property_tag<0,0x00000400> non_const;
16 typedef detail::property_tag<0x00000400,0x00000400> const_qualified;
17 typedef detail::property_tag<0,0x00000800> non_volatile;
18 typedef detail::property_tag<0x00000800,0x00000800> volatile_qualified;
19 typedef detail::property_tag<0x00008000,0x00ff8000> default_cc;
20 typedef detail::property_tag<0 , 3072> non_cv;
21 typedef detail::property_tag<0x00000400 , 3072> const_non_volatile;
22 typedef detail::property_tag<0x00000800, 3072> volatile_non_const;
[all …]
Dmaster.hpp25 typedef detail::property_tag<BOOST_FT_non_variadic,BOOST_FT_variadic_mask> non_variadic;
26 typedef detail::property_tag<BOOST_FT_variadic,BOOST_FT_variadic_mask> variadic;
28 typedef detail::property_tag<0,BOOST_FT_const> non_const;
29 typedef detail::property_tag<BOOST_FT_const,BOOST_FT_const> const_qualified;
31 typedef detail::property_tag<0,BOOST_FT_volatile> non_volatile;
32 typedef detail::property_tag<BOOST_FT_volatile,BOOST_FT_volatile> volatile_qualified;
34 typedef detail::property_tag<BOOST_FT_default_cc,BOOST_FT_cc_mask> default_cc;
39 typedef detail::property_tag<0 , BOOST_PP_SLOT(1)> non_cv;
40 typedef detail::property_tag<BOOST_FT_const , BOOST_PP_SLOT(1)> const_non_volatile;
41 typedef detail::property_tag<BOOST_FT_volatile, BOOST_PP_SLOT(1)> volatile_non_const;
[all …]
/third_party/boost/boost/contract/detail/type_traits/
Dmember_function_types.hpp57 >::type>::type>::type property_tag; typedef
66 typedef none property_tag; typedef
/third_party/boost/boost/function_types/
Dproperty_tags.hpp29 template<bits_t Bits, bits_t Mask> struct property_tag struct
98 typedef detail::property_tag<0,0> null_tag;
/third_party/boost/libs/function_types/test/
DJamfile74 [ compile custom_ccs/property_tag.cpp ]
/third_party/boost/boost/contract/detail/condition/
Dcond_subcontracting.hpp97 property_tag
/third_party/boost/boost/graph/detail/
Dadjacency_list.hpp410 Tag property_tag, const detail::stored_edge_property< Vertex, Property >& e) in get() argument
412 return get_property_value(e.get_property(), property_tag); in get()
416 const typename property_value< Property, Tag >::type& get(Tag property_tag, in get() argument
419 return get_property_value(e.get_property(), property_tag); in get()
423 const typename property_value< Property, Tag >::type& get(Tag property_tag, in get() argument
426 return get_property_value(e.get_property(), property_tag); in get()
/third_party/boost/libs/function_types/doc/
Dfunction_types.qbk872 [^null_tag] property_tag.