ML Reference
|
ArgumentList with 5 arguments. More...
#include <mlArgumentList.h>
Public Member Functions | |
ArgumentList5 (const Arg1 &arg1, const Arg2 &arg2, const Arg3 &arg3, const Arg4 &arg4, const Arg5 &arg5) | |
Public Attributes | |
Arg1 | _arg1 |
Arg2 | _arg2 |
Arg3 | _arg3 |
Arg4 | _arg4 |
Arg5 | _arg5 |
ArgumentList with 5 arguments.
Definition at line 68 of file mlArgumentList.h.
|
inline |
Definition at line 70 of file mlArgumentList.h.
Arg1 ml::ArgumentList5< Arg1, Arg2, Arg3, Arg4, Arg5 >::_arg1 |
Definition at line 71 of file mlArgumentList.h.
Referenced by ml::MLCallMethodWithArguments().
Arg2 ml::ArgumentList5< Arg1, Arg2, Arg3, Arg4, Arg5 >::_arg2 |
Definition at line 72 of file mlArgumentList.h.
Referenced by ml::MLCallMethodWithArguments().
Arg3 ml::ArgumentList5< Arg1, Arg2, Arg3, Arg4, Arg5 >::_arg3 |
Definition at line 73 of file mlArgumentList.h.
Referenced by ml::MLCallMethodWithArguments().
Arg4 ml::ArgumentList5< Arg1, Arg2, Arg3, Arg4, Arg5 >::_arg4 |
Definition at line 74 of file mlArgumentList.h.
Referenced by ml::MLCallMethodWithArguments().
Arg5 ml::ArgumentList5< Arg1, Arg2, Arg3, Arg4, Arg5 >::_arg5 |
Definition at line 75 of file mlArgumentList.h.
Referenced by ml::MLCallMethodWithArguments().