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
|
Constructor.
Definition at line 58 of file argument.cpp. |
|
Destructor.
Definition at line 64 of file argument.cpp. |
Member Function Documentation
|
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. |
|
Implementation of the << operator.
Definition at line 68 of file argument.cpp. |
The documentation for this class was generated from the following files: