Proxy class to conveniently move Matchers into matcher related methods. More...
Public Member Functions | |
| MatcherHolder (InvocationMatcher< I > *in_matcher) | |
| Constructs the object. | |
| MatcherHolder (const typename TypelessMatcher::AP &in_matcher) | |
| Constructs the object. | |
| MatcherHolder (TypelessMatcher *in_matcher) | |
| Constructs the object. | |
| MatcherHolder (const typename InvocationMatcher< I >::AP &in_matcher) | |
| Constructs the object. | |
| operator typename InvocationMatcher< I >::AP () const | |
| Returns the matcher object. | |
Proxy class to conveniently move Matchers into matcher related methods.
Definition at line 50 of file MatcherHolder.h.
| mockpp::MatcherHolder< I >::MatcherHolder | ( | InvocationMatcher< I > * | in_matcher | ) | [inline] |
Constructs the object.
| in_matcher | pointer to the matcher |
Definition at line 57 of file MatcherHolder.h.
| mockpp::MatcherHolder< I >::MatcherHolder | ( | const typename TypelessMatcher::AP & | in_matcher | ) | [inline] |
Constructs the object.
| in_matcher | pointer to the typeless matcher |
Definition at line 65 of file MatcherHolder.h.
| mockpp::MatcherHolder< I >::MatcherHolder | ( | TypelessMatcher * | in_matcher | ) | [inline] |
Constructs the object.
| in_matcher | pointer to the typeless matcher |
Definition at line 73 of file MatcherHolder.h.
| mockpp::MatcherHolder< I >::MatcherHolder | ( | const typename InvocationMatcher< I >::AP & | in_matcher | ) | [inline] |
Constructs the object.
| in_matcher | pointer to the matcher |
Definition at line 81 of file MatcherHolder.h.
| mockpp::MatcherHolder< I >::operator typename InvocationMatcher< I >::AP | ( | ) | const [inline] |
Returns the matcher object.
Definition at line 93 of file MatcherHolder.h.
1.6.1