lib
Kross::Api::ArgumentList Class Reference
#include <argument.h>
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 () | |
ArgumentList & | operator<< (const Argument &arg) |
Constructor & Destructor Documentation
ArgumentList::ArgumentList | ( | ) |
ArgumentList::~ArgumentList | ( | ) |
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.
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: