ML Reference
ml::ArgumentList1< Arg1 > Struct Template Reference

ArgumentList with 1 argument. More...

#include <mlArgumentList.h>

List of all members.

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


Constructor & Destructor Documentation

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

Definition at line 28 of file mlArgumentList.h.


Member Data Documentation

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

Definition at line 29 of file mlArgumentList.h.

Referenced by ml::MLCallMethodWithArguments().


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