34 #ifndef _QORE_ABSTRACTPRIVATEDATA_H
36 #define _QORE_ABSTRACTPRIVATEDATA_H
38 #include <qore/QoreReferenceCounter.h>
71 #endif // _QORE_ABSTRACTPRIVATEDATA_H
virtual DLLLOCAL void deref(class ExceptionSink *xsink)
decrements the reference count of the object
Definition: AbstractPrivateData.h:59
DLLEXPORT bool ROdereference() const
atomically decrements the reference count
the base class for all data to be used as private data of Qore objects
Definition: AbstractPrivateData.h:44
DLLEXPORT void ROreference() const
atomically increments the reference count
virtual DLLLOCAL ~AbstractPrivateData()
as these objects are reference counted, the destructor should be called only when the reference count...
Definition: AbstractPrivateData.h:47
provides atomic reference counting to Qore objects
Definition: QoreReferenceCounter.h:42
virtual DLLLOCAL void deref()
decrements the reference count of the object without the possibility of throwing a Qore-language exce...
Definition: AbstractPrivateData.h:65
container for holding Qore-language exception information and also for registering a "thread_exit" ca...
Definition: ExceptionSink.h:43
DLLLOCAL void ref()
increments the reference count of the object
Definition: AbstractPrivateData.h:51