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

ArgumentList with 3 arguments. More...

#include <mlArgumentList.h>

List of all members.

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 43 of file mlArgumentList.h.


Constructor & Destructor Documentation

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 45 of file mlArgumentList.h.


Member Data Documentation

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

Definition at line 46 of file mlArgumentList.h.

Referenced by ml::MLCallMethodWithArguments().

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

Definition at line 47 of file mlArgumentList.h.

Referenced by ml::MLCallMethodWithArguments().

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

Definition at line 48 of file mlArgumentList.h.

Referenced by ml::MLCallMethodWithArguments().


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