|
MeVisLab Toolbox Reference
|
ArgumentList with two arguments. More...
#include <mlArgumentList.h>
Public Member Functions | |
| ArgumentList2 (const Arg1 &arg1, const Arg2 &arg2) | |
Public Attributes | |
| Arg1 | _arg1 |
| Arg2 | _arg2 |
ArgumentList with two arguments.
Definition at line 38 of file mlArgumentList.h.
|
inline |
Definition at line 40 of file mlArgumentList.h.
| Arg1 ml::ArgumentList2< Arg1, Arg2 >::_arg1 |
Definition at line 41 of file mlArgumentList.h.
Referenced by ml::MLCallMethodWithArguments().
| Arg2 ml::ArgumentList2< Arg1, Arg2 >::_arg2 |
Definition at line 42 of file mlArgumentList.h.
Referenced by ml::MLCallMethodWithArguments().