|
LibreOffice
LibreOffice 26.2 SDK C/C++ API Reference
|
A base implementation for reference-counted objects. More...
#include <refobj.hxx>
Public Member Functions | |
| ReferenceObject () | |
| Construction. | |
| void | acquire () |
| void | release () |
Static Public Member Functions | |
| static void * | operator new (size_t n) |
| Allocation. | |
| static void | operator delete (void *p) |
| static void * | operator new (size_t, void *p) |
| static void | operator delete (void *, void *) |
Protected Member Functions | |
| virtual | ~ReferenceObject () |
| Destruction. | |
A base implementation for reference-counted objects.
|
inline |
Construction.
|
inlineprotectedvirtual |
Destruction.
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Allocation.
|
inlinestatic |
|
inline |