Unicorn XML Toolkit
Version 1.00.00

Namespace Xpath
Class CArgumentList

class CArgumentList {
public:
    CArgumentList();
    ~CArgumentList();
public:
    void Add(const XValue &pArgument);
    int GetSize() const;
    XValue GetAt(int nIndex) const;
    };

The list of argument values.

Since:
1.00.00
Version:
1.00.00
Author:
Alexey Gokhberg
See Also:
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

CArgumentList();

Constructs the empty argument list.

~CArgumentList

~CArgumentList();

Destroys the argument list.

Function Detail

Add

void Add(const XValue &pArgument);

Appends the argument value to the end of this argument list.

Parameters:
pArgument - the argument value to append

GetSize

int GetSize();

Returns the number of arguments in this list.

Returns:
the number of arguments in this list

GetAt

XValue GetAt(int nIndex);

Returns the argument value at the given index in this argument list.

Parameters:
nIndex - the zero-based index
Returns:
the argument value at the given index in this argument list

Unicorn XML Toolkit
Version 1.00.00


This document was created using Unicorn DOC++.

Copyright 1999-2001 Unicorn Enterprises SA.
All Rights Reserved.