MeVisLab Toolbox Reference
ml::ArgumentList2< Arg1, Arg2 > Struct Template 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

Detailed Description

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

ArgumentList with two 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.

References _arg1, and _arg2.

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 ArgumentList2(), and ml::MLCallMethodWithArguments().

◆ _arg2

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

Definition at line 42 of file mlArgumentList.h.

Referenced by ArgumentList2(), and ml::MLCallMethodWithArguments().


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