Hold invocations with 6 parameters. More...
Public Types | |
enum | { numParams = 6 } |
typedef ConstraintSet6< P1, P2, P3, P4, P5, P6 > | ConstraintSetType |
internal shorthand | |
typedef P1 | T1Type |
internal shorthand | |
typedef P2 | T2Type |
internal shorthand | |
typedef P3 | T3Type |
internal shorthand | |
typedef P4 | T4Type |
internal shorthand | |
typedef P5 | T5Type |
internal shorthand | |
typedef P6 | T6Type |
internal shorthand | |
Public Member Functions | |
Invocation6 (const String &objname, const P1 &in_param1, const P2 &in_param2, const P3 &in_param3, const P4 &in_param4, const P5 &in_param5, const P6 &in_param6) | |
Constructs the object. | |
virtual bool | equals (const Invocation6< P1, P2, P3, P4, P5, P6 > &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. | |
const P2 & | getParameter2 () const |
Returns an invocation parameter. | |
const P3 & | getParameter3 () const |
Returns an invocation parameter. | |
const P4 & | getParameter4 () const |
Returns an invocation parameter. | |
const P5 & | getParameter5 () const |
Returns an invocation parameter. | |
const P6 & | getParameter6 () const |
Returns an invocation parameter. | |
virtual String | describeParameters () const |
Returns a description of the parameters. |
Hold invocations with 6 parameters.
Definition at line 555 of file InvocationN.h.
mockpp::Invocation6< P1, P2, P3, P4, P5, P6 >::Invocation6 | ( | const String & | objname, | |
const P1 & | in_param1, | |||
const P2 & | in_param2, | |||
const P3 & | in_param3, | |||
const P4 & | in_param4, | |||
const P5 & | in_param5, | |||
const P6 & | in_param6 | |||
) | [inline] |
Constructs the object.
objname | name of the object | |
in_param1 | parameter 1 | |
in_param2 | parameter 2 | |
in_param3 | parameter 3 | |
in_param4 | parameter 4 | |
in_param5 | parameter 5 | |
in_param6 | parameter 6 |
Definition at line 579 of file InvocationN.h.
virtual String mockpp::Invocation6< P1, P2, P3, P4, P5, P6 >::describeParameters | ( | ) | const [inline, virtual] |
Returns a description of the parameters.
Implements mockpp::Invocation.
Definition at line 675 of file InvocationN.h.
bool mockpp::Invocation6< P1, P2, P3, P4, P5, P6 >::equals | ( | const InvocationBase & | other | ) | const [inline] |
Check if the object equals another invocation.
other | the other invocation |
Definition at line 616 of file InvocationN.h.
virtual bool mockpp::Invocation6< P1, P2, P3, P4, P5, P6 >::equals | ( | const Invocation6< P1, P2, P3, P4, P5, P6 > & | other | ) | const [inline, virtual] |
Check if the object equals another invocation.
other | the other invocation |
Definition at line 602 of file InvocationN.h.
const P1& mockpp::Invocation6< P1, P2, P3, P4, P5, P6 >::getParameter1 | ( | ) | const [inline] |
Returns an invocation parameter.
Definition at line 627 of file InvocationN.h.
const P2& mockpp::Invocation6< P1, P2, P3, P4, P5, P6 >::getParameter2 | ( | ) | const [inline] |
Returns an invocation parameter.
Definition at line 635 of file InvocationN.h.
const P3& mockpp::Invocation6< P1, P2, P3, P4, P5, P6 >::getParameter3 | ( | ) | const [inline] |
Returns an invocation parameter.
Definition at line 643 of file InvocationN.h.
const P4& mockpp::Invocation6< P1, P2, P3, P4, P5, P6 >::getParameter4 | ( | ) | const [inline] |
Returns an invocation parameter.
Definition at line 651 of file InvocationN.h.
const P5& mockpp::Invocation6< P1, P2, P3, P4, P5, P6 >::getParameter5 | ( | ) | const [inline] |
Returns an invocation parameter.
Definition at line 659 of file InvocationN.h.
const P6& mockpp::Invocation6< P1, P2, P3, P4, P5, P6 >::getParameter6 | ( | ) | const [inline] |
Returns an invocation parameter.
Definition at line 667 of file InvocationN.h.