|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CScopeChain { public: CScopeChain(); ~CScopeChain(); public: void Add(const XObject &pObject); void Remove(); int GetSize(); XObject GetAt(int nIndex); };
The ECMAScript scope chain.
CObject
Constructor/Destructor Summary | |
CScopeChain
();
����������Constructs the scope chain. |
|
~CScopeChain
();
����������Destroys the scope chain. |
Function Summary | |
void
|
Add
(const XObject &pObject);
����������Adds the object to the front of this scope chain. |
void
|
Remove
();
����������Removes the object in front of this scope chain. |
int
|
GetSize
();
����������Returns a number of objects in this scope chain. |
XObject
|
GetAt
(int nIndex);
����������Returns an object at the given index in this scope chain. |
Constructor/Destructor Detail |
CScopeChain();
Constructs the scope chain.
~CScopeChain();
Destroys the scope chain.
Function Detail |
void Add(const XObject &pObject);
Adds the object to the front of this scope chain.
pObject
- the object to addvoid Remove();
Removes the object in front of this scope chain.
int GetSize();
Returns a number of objects in this scope chain.
XObject GetAt(int nIndex);
Returns an object at the given index in this scope chain.
nIndex
- the index (zero-based)
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |