ML Reference
ml::ArgumentList2< Arg1, Arg2 > Struct Template Reference

ArgumentList with 2 arguments. More...

#include <mlArgumentList.h>

List of all members.

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


Constructor & Destructor Documentation

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

Definition at line 36 of file mlArgumentList.h.


Member Data Documentation

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

Definition at line 37 of file mlArgumentList.h.

Referenced by ml::MLCallMethodWithArguments().

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

Definition at line 38 of file mlArgumentList.h.

Referenced by ml::MLCallMethodWithArguments().


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