lib

Kross::Api::ArgumentList Class Reference

#include <argument.h>

List of all members.


Detailed Description

An ArgumentList is a collection of Argument objects used in a Class::Function.

Definition at line 103 of file argument.h.


Public Member Functions

 ArgumentList ()
 ~ArgumentList ()
 operator QValueList ()
ArgumentListoperator<< (const Argument &arg)

Constructor & Destructor Documentation

ArgumentList::ArgumentList (  ) 

Constructor.

Definition at line 58 of file argument.cpp.

ArgumentList::~ArgumentList (  ) 

Destructor.

Definition at line 64 of file argument.cpp.


Member Function Documentation

Kross::Api::ArgumentList::operator QValueList (  )  [inline]

Operator to return the list of arguments call-by-reference to let code like the Callable::checkArguments method enable manipulate those list.

Returns:
List of Argument instances.

Definition at line 124 of file argument.h.

ArgumentList & ArgumentList::operator<< ( const Argument arg  ) 

Implementation of the << operator.

Parameters:
arg The passed Argument.
Returns:
The changed ArgumentList.

Definition at line 68 of file argument.cpp.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys