Home
last modified time | relevance | path

Searched refs:member_function_ptr (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/phoenix/bind/
Dbind_member_function.hpp26 struct member_function_ptr struct
30 member_function_ptr(FP fp_) in member_function_ptr() argument
48 bool operator==(member_function_ptr const& rhs) const in operator ==() argument
54 bool operator==(member_function_ptr<RhsRT, RhsFP> const& /*rhs*/) const in operator ==() argument
66 detail::member_function_ptr<RT, RT(ClassT::*)(T...)>
72 typedef detail::member_function_ptr<RT, RT (ClassT::*)(T...)> fp_type; in bind()
79 detail::member_function_ptr<RT, RT (ClassT::*)(T...) const>
85 typedef detail::member_function_ptr<RT, RT(ClassT::*)(T...) const> fp_type; in bind()
92 detail::member_function_ptr<RT, RT(ClassT::*)(T...)>
98 typedef detail::member_function_ptr<RT, RT(ClassT::*)(T...)> fp_type; in bind()
[all …]
/third_party/boost/boost/phoenix/bind/detail/cpp03/
Dbind_member_function.hpp26 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
31 typedef detail::member_function_ptr<0, RT, RT(ClassT::*)()> fp_type; in bind()
44 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
50 detail::member_function_ptr<0, RT, RT(ClassT::*)() const> in bind()
62 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
67 typedef detail::member_function_ptr<0, RT, RT(ClassT::*)()> fp_type; in bind()
81 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
86 typedef detail::member_function_ptr<0, RT, RT(ClassT::*)() const> fp_type; in bind()
140 detail::member_function_ptr<
154 typedef detail::member_function_ptr< in bind()
[all …]
Dmember_function_ptr.hpp23 struct member_function_ptr struct
28 member_function_ptr(FP fp_) in member_function_ptr() argument
33 bool operator==(member_function_ptr const & rhs) const in operator ==() argument
39 bool operator==(member_function_ptr<M, RhsRT, RhsFP> const &) const in operator ==() argument
96 <boost/phoenix/bind/detail/cpp03/member_function_ptr.hpp>))
/third_party/boost/boost/phoenix/bind/detail/cpp03/preprocessed/
Dbind_member_function_10.hpp23 detail::member_function_ptr<
37 typedef detail::member_function_ptr< in bind()
62 detail::member_function_ptr<
76 typedef detail::member_function_ptr< in bind()
100 detail::member_function_ptr<
114 typedef detail::member_function_ptr< in bind()
146 detail::member_function_ptr<
160 typedef detail::member_function_ptr< in bind()
185 detail::member_function_ptr<
199 typedef detail::member_function_ptr< in bind()
[all …]
Dbind_member_function_20.hpp23 detail::member_function_ptr<
37 typedef detail::member_function_ptr< in bind()
62 detail::member_function_ptr<
76 typedef detail::member_function_ptr< in bind()
100 detail::member_function_ptr<
114 typedef detail::member_function_ptr< in bind()
146 detail::member_function_ptr<
160 typedef detail::member_function_ptr< in bind()
185 detail::member_function_ptr<
199 typedef detail::member_function_ptr< in bind()
[all …]
Dbind_member_function_30.hpp23 detail::member_function_ptr<
37 typedef detail::member_function_ptr< in bind()
62 detail::member_function_ptr<
76 typedef detail::member_function_ptr< in bind()
100 detail::member_function_ptr<
114 typedef detail::member_function_ptr< in bind()
146 detail::member_function_ptr<
160 typedef detail::member_function_ptr< in bind()
185 detail::member_function_ptr<
199 typedef detail::member_function_ptr< in bind()
[all …]
Dbind_member_function_40.hpp23 detail::member_function_ptr<
37 typedef detail::member_function_ptr< in bind()
62 detail::member_function_ptr<
76 typedef detail::member_function_ptr< in bind()
100 detail::member_function_ptr<
114 typedef detail::member_function_ptr< in bind()
146 detail::member_function_ptr<
160 typedef detail::member_function_ptr< in bind()
185 detail::member_function_ptr<
199 typedef detail::member_function_ptr< in bind()
[all …]
Dbind_member_function_50.hpp23 detail::member_function_ptr<
37 typedef detail::member_function_ptr< in bind()
62 detail::member_function_ptr<
76 typedef detail::member_function_ptr< in bind()
100 detail::member_function_ptr<
114 typedef detail::member_function_ptr< in bind()
146 detail::member_function_ptr<
160 typedef detail::member_function_ptr< in bind()
185 detail::member_function_ptr<
199 typedef detail::member_function_ptr< in bind()
[all …]
/third_party/boost/boost/python/detail/
Dreferent_storage.hpp15 typedef int (alignment_dummy::*member_function_ptr)(); typedef
35 BOOST_PYTHON_ALIGNER(member_function_ptr, 10);
/third_party/boost/boost/spirit/home/classic/phoenix/
Dbinders.hpp1455 struct member_function_ptr struct
1489 member_function_ptr(FPT fp) in member_function_ptr() function
1537 inline member_function_ptr<RT, ClassT>
1540 return member_function_ptr<RT, ClassT>(fptr); in bind()
1544 inline member_function_ptr<RT, ClassT const>
1547 return member_function_ptr<RT, ClassT const>(fptr); in bind()
1594 inline member_function_ptr<RT, ClassT, A>
1597 return member_function_ptr<RT, ClassT, A>(fptr); in bind()
1602 inline member_function_ptr<RT, ClassT const, A>
1605 return member_function_ptr<RT, ClassT const, A>(fptr); in bind()
[all …]
/third_party/boost/libs/spirit/classic/phoenix/test/
Dbinders_tests.cpp38 member_function_ptr<void, print_, int> print_foo1 = &print_::foo1;
39 member_function_ptr<void, print_, int, int> print_foo2 = &print_::foo2;
/third_party/boost/boost/move/detail/
Dtype_traits.hpp935 typedef int (alignment_dummy::*member_function_ptr)(); typedef
958 member_function_ptr member_function_ptr_;