MeVisLab Toolbox Reference
ml::ArgumentList4< Arg1, Arg2, Arg3, Arg4 > Struct Template Reference

ArgumentList with 4 arguments. More...

#include <mlArgumentList.h>

Public Member Functions

 ArgumentList4 (const Arg1 &arg1, const Arg2 &arg2, const Arg3 &arg3, const Arg4 &arg4)
 

Public Attributes

Arg1 _arg1
 
Arg2 _arg2
 
Arg3 _arg3
 
Arg4 _arg4
 

Detailed Description

template<class Arg1, class Arg2, class Arg3, class Arg4>
struct ml::ArgumentList4< Arg1, Arg2, Arg3, Arg4 >

ArgumentList with 4 arguments.

Definition at line 57 of file mlArgumentList.h.

Constructor & Destructor Documentation

◆ ArgumentList4()

template<class Arg1 , class Arg2 , class Arg3 , class Arg4 >
ml::ArgumentList4< Arg1, Arg2, Arg3, Arg4 >::ArgumentList4 ( const Arg1 &  arg1,
const Arg2 &  arg2,
const Arg3 &  arg3,
const Arg4 &  arg4 
)
inline

Definition at line 59 of file mlArgumentList.h.

Member Data Documentation

◆ _arg1

template<class Arg1 , class Arg2 , class Arg3 , class Arg4 >
Arg1 ml::ArgumentList4< Arg1, Arg2, Arg3, Arg4 >::_arg1

Definition at line 60 of file mlArgumentList.h.

Referenced by ml::MLCallMethodWithArguments().

◆ _arg2

template<class Arg1 , class Arg2 , class Arg3 , class Arg4 >
Arg2 ml::ArgumentList4< Arg1, Arg2, Arg3, Arg4 >::_arg2

Definition at line 61 of file mlArgumentList.h.

Referenced by ml::MLCallMethodWithArguments().

◆ _arg3

template<class Arg1 , class Arg2 , class Arg3 , class Arg4 >
Arg3 ml::ArgumentList4< Arg1, Arg2, Arg3, Arg4 >::_arg3

Definition at line 62 of file mlArgumentList.h.

Referenced by ml::MLCallMethodWithArguments().

◆ _arg4

template<class Arg1 , class Arg2 , class Arg3 , class Arg4 >
Arg4 ml::ArgumentList4< Arg1, Arg2, Arg3, Arg4 >::_arg4

Definition at line 63 of file mlArgumentList.h.

Referenced by ml::MLCallMethodWithArguments().


The documentation for this struct was generated from the following file: