Xalan-C++ API Documentation
Go to the documentation of this file.
18 #if !defined(XALANREFERENCECOUNTEDOBJECT_HEADER_GUARD_1357924680)
19 #define XALANREFERENCECOUNTEDOBJECT_HEADER_GUARD_1357924680
28 XALAN_CPP_NAMESPACE_BEGIN
71 return m_referenceCount;
76 XalanSize_t m_referenceCount;
87 XALAN_CPP_NAMESPACE_END
91 #endif // XALANREFERENCECOUNTEDOBJECT_HEADER_GUARD_1357924680
virtual void dereferenced()=0
static void removeReference(XalanReferenceCountedObject *theInstance)
Decrement reference count.
Class to hold reference count information.
XalanReferenceCountedObject()
Create a XalanReferenceCountedObject.
static void addReference(XalanReferenceCountedObject *theInstance)
Increment reference count.
virtual void referenced()=0
virtual XalanSize_t getReferenceCount() const
virtual ~XalanReferenceCountedObject()
Interpreting class diagrams
Doxygen and
GraphViz are
used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.
|
|