MeVisLab Toolbox Reference
ml::ArgumentList1< Arg1 > Struct Template Reference

ArgumentList with 1 argument. More...

#include <mlArgumentList.h>

Public Member Functions

 ArgumentList1 (const Arg1 &arg1)
 

Public Attributes

Arg1 _arg1
 

Detailed Description

template<class Arg1>
struct ml::ArgumentList1< Arg1 >

ArgumentList with 1 argument.

Definition at line 30 of file mlArgumentList.h.

Constructor & Destructor Documentation

◆ ArgumentList1()

template<class Arg1 >
ml::ArgumentList1< Arg1 >::ArgumentList1 ( const Arg1 &  arg1)
inline

Definition at line 32 of file mlArgumentList.h.

Member Data Documentation

◆ _arg1

template<class Arg1 >
Arg1 ml::ArgumentList1< Arg1 >::_arg1

Definition at line 33 of file mlArgumentList.h.

Referenced by ml::MLCallMethodWithArguments().


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