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