|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CNativeFunction: public CNativeObject { public: CNativeFunction( CGlobalObject *pGlobalObject, const XObject &pPrototype); ~CNativeFunction(); public: CString Class(); CString TypeOf(); };
The abstract interface to native function objects.
Classes implementing native functions are usually derived from this class.
CObject, CGlobalObject
Constructor/Destructor Summary | |
CNativeFunction
(CGlobalObject *pGlobalObject, const XObject &pPrototype);
����������Constructs the native function. |
|
~CNativeFunction
();
����������Destroys the native function. |
Function Summary | |
CString
|
Class
();
����������Returns the class of this object. |
CString
|
TypeOf
();
����������Returns a string representing type of this object. |
Constructor/Destructor Detail |
CNativeFunction( CGlobalObject *pGlobalObject, const XObject &pPrototype);
Constructs the native function.
pGlobalObject
- the global objectpPrototype
- the prototype of this native function~CNativeFunction();
Destroys the native function.
Function Detail |
CString Class();
Returns the class of this object.
This function corresponds to the internal
[[Class]]
property.
CString TypeOf();
Returns a string representing type of this object.
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |