Home
last modified time | relevance | path

Searched defs:member_function_ptr (Results 1 – 4 of 4) sorted by relevance

/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/bind/
Dbind_member_function.hpp26 struct member_function_ptr struct
28 typedef RT result_type;
30 member_function_ptr(FP fp_) in member_function_ptr() argument
34 result_type operator()(Class& obj, A&... a) const in operator ()()
43 result_type operator()(Class* obj, A&... a) const in operator ()()
48 bool operator==(member_function_ptr const& rhs) const in operator ==()
54 bool operator==(member_function_ptr<RhsRT, RhsFP> const& /*rhs*/) const in operator ==()
59 FP fp;
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/bind/detail/cpp03/
Dmember_function_ptr.hpp23 struct member_function_ptr struct
27 template impl<RT, FP> base;
28 member_function_ptr(FP fp_) in member_function_ptr() argument
33 bool operator==(member_function_ptr const & rhs) const in operator ==()
39 bool operator==(member_function_ptr<M, RhsRT, RhsFP> const &) const in operator ==()
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/
Dbinders.hpp1455 struct member_function_ptr struct
1486 > action_t;
1489 member_function_ptr(FPT fp) in member_function_ptr() argument
/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dtype_traits.hpp1105 typedef int (alignment_dummy::*member_function_ptr)(); typedef