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

ArgumentList with 3 arguments. More...

#include <mlArgumentList.h>

Public Member Functions

 ArgumentList3 (const Arg1 &arg1, const Arg2 &arg2, const Arg3 &arg3)
 

Public Attributes

Arg1 _arg1
 
Arg2 _arg2
 
Arg3 _arg3
 

Detailed Description

template<class Arg1, class Arg2, class Arg3>
struct ml::ArgumentList3< Arg1, Arg2, Arg3 >

ArgumentList with 3 arguments.

Definition at line 47 of file mlArgumentList.h.

Constructor & Destructor Documentation

◆ ArgumentList3()

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

Definition at line 49 of file mlArgumentList.h.

Member Data Documentation

◆ _arg1

Definition at line 50 of file mlArgumentList.h.

◆ _arg2

Definition at line 51 of file mlArgumentList.h.

◆ _arg3

Definition at line 52 of file mlArgumentList.h.


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