Class to hold reference count information. More...
Static Public Member Functions | |
| static void | addReference (XalanReferenceCountedObject *theInstance) |
| Increment reference count. More... | |
| static void | removeReference (XalanReferenceCountedObject *theInstance) |
| Decrement reference count. More... | |
Protected Member Functions | |
| XalanReferenceCountedObject () | |
| Create a XalanReferenceCountedObject. More... | |
| virtual | ~XalanReferenceCountedObject () |
| virtual void | referenced ()=0 |
| virtual void | dereferenced ()=0 |
| virtual unsigned int | getReferenceCount () const |
Class to hold reference count information.
|
explicitprotected |
Create a XalanReferenceCountedObject.
|
protectedvirtual |
|
static |
Increment reference count.
|
protectedpure virtual |
Implemented in XObject, XResultTreeFrag, and XToken.
|
protectedvirtual |
|
protectedpure virtual |
|
static |
Decrement reference count.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.10 |
|
|