MeVisLab Toolbox Reference
ml::ArgumentList2< Arg1, Arg2 > Struct Template Reference

ArgumentList with 2 arguments. More...

#include <mlArgumentList.h>

Public Member Functions

 ArgumentList2 (const Arg1 &arg1, const Arg2 &arg2)
 

Public Attributes

Arg1 _arg1
 
Arg2 _arg2
 

Detailed Description

template<class Arg1, class Arg2>
struct ml::ArgumentList2< Arg1, Arg2 >

ArgumentList with 2 arguments.

Definition at line 38 of file mlArgumentList.h.

Constructor & Destructor Documentation

◆ ArgumentList2()

template<class Arg1 , class Arg2 >
ml::ArgumentList2< Arg1, Arg2 >::ArgumentList2 ( const Arg1 &  arg1,
const Arg2 &  arg2 
)
inline

Definition at line 40 of file mlArgumentList.h.

Member Data Documentation

◆ _arg1

template<class Arg1 , class Arg2 >
Arg1 ml::ArgumentList2< Arg1, Arg2 >::_arg1

Definition at line 41 of file mlArgumentList.h.

Referenced by ml::MLCallMethodWithArguments().

◆ _arg2

template<class Arg1 , class Arg2 >
Arg2 ml::ArgumentList2< Arg1, Arg2 >::_arg2

Definition at line 42 of file mlArgumentList.h.

Referenced by ml::MLCallMethodWithArguments().


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