Hold invocations with 1 parameters. More...

Public Types | |
| enum | { numParams = 1 } |
| typedef ConstraintSet1< P1 > | ConstraintSetType |
| internal shorthand | |
| typedef P1 | T1Type |
| internal shorthand | |
Public Member Functions | |
| Invocation1 (const String &objname, const P1 &in_param1) | |
| Constructs the object. | |
| virtual bool | equals (const Invocation1< P1 > &other) const |
| Check if the object equals another invocation. | |
| bool | equals (const InvocationBase &other) const |
| Check if the object equals another invocation. | |
| const P1 & | getParameter1 () const |
| Returns an invocation parameter. | |
| virtual String | describeParameters () const |
| Returns a description of the parameters. | |
Hold invocations with 1 parameters.
Definition at line 45 of file InvocationN.h.
| mockpp::Invocation1< P1 >::Invocation1 | ( | const String & | objname, | |
| const P1 & | in_param1 | |||
| ) | [inline] |
Constructs the object.
| objname | name of the object | |
| in_param1 | parameter 1 |
Definition at line 59 of file InvocationN.h.
| virtual String mockpp::Invocation1< P1 >::describeParameters | ( | ) | const [inline, virtual] |
Returns a description of the parameters.
Implements mockpp::Invocation.
Definition at line 100 of file InvocationN.h.
| bool mockpp::Invocation1< P1 >::equals | ( | const InvocationBase & | other | ) | const [inline] |
Check if the object equals another invocation.
| other | the other invocation |
Definition at line 81 of file InvocationN.h.
| virtual bool mockpp::Invocation1< P1 >::equals | ( | const Invocation1< P1 > & | other | ) | const [inline, virtual] |
Check if the object equals another invocation.
| other | the other invocation |
Definition at line 72 of file InvocationN.h.
| const P1& mockpp::Invocation1< P1 >::getParameter1 | ( | ) | const [inline] |
Returns an invocation parameter.
Definition at line 92 of file InvocationN.h.
1.6.1