|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CArgumentList { public: CArgumentList(); ~CArgumentList(); public: void Add(const XValue &pArgument); int GetSize() const; XValue GetAt(int nIndex) const; };
The list of argument values.
CValue
Constructor/Destructor Summary | |
CArgumentList
();
����������Constructs the empty argument list. |
|
~CArgumentList
();
����������Destroys the argument list. |
Function Summary | |
void
|
Add
(const XValue &pArgument);
����������Appends the argument value to the end of this argument list. |
int
|
GetSize
();
����������Returns the number of arguments in this list. |
XValue
|
GetAt
(int nIndex);
����������Returns the argument value at the given index in this argument list. |
Constructor/Destructor Detail |
CArgumentList();
Constructs the empty argument list.
~CArgumentList();
Destroys the argument list.
Function Detail |
void Add(const XValue &pArgument);
Appends the argument value to the end of this argument list.
pArgument
- the argument value to appendint GetSize();
Returns the number of arguments in this list.
XValue GetAt(int nIndex);
Returns the argument value at the given index in this argument list.
nIndex
- the zero-based index
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |