|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS ��NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CBuiltinConstructor: public CNativeObject { public: CBuiltinConstructor( CGlobalObject *pGlobalObject, const XObject &pPrototype); ~CBuiltinConstructor(); public: CString Class(); CString TypeOf(); };
The built-in constructor.
Classes implementing built-in constructors are usually derived from this class.
CObject, CGlobalObject
Constructor/Destructor Summary | |
CBuiltinConstructor
(CGlobalObject *pGlobalObject, const XObject &pPrototype);
����������Constructs the built-in constructor. |
|
~CBuiltinConstructor
();
����������Destroys the built-in constructor. |
Function Summary | |
CString
|
Class
();
����������Returns the class of this object. |
CString
|
TypeOf
();
����������Returns a string representing type of this object. |
Constructor/Destructor Detail |
CBuiltinConstructor( CGlobalObject *pGlobalObject, const XObject &pPrototype);
Constructs the built-in constructor.
pGlobalObject
- the global objectpPrototype
- the prototype
of the constructed built-in constructor~CBuiltinConstructor();
Destroys the built-in constructor.
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 |