|
LibreOffice Module store (master) 1
|
#include <object.hxx>
Public Member Functions | |
| OStoreObject () | |
| virtual bool | isKindOf (sal_uInt32 nTypeId) |
| Replaces dynamic_cast type checking. More... | |
Public Member Functions inherited from salhelper::SimpleReferenceObject | |
| SimpleReferenceObject () | |
| void | acquire () |
| void | release () |
Protected Member Functions | |
| virtual | ~OStoreObject () override |
Protected Member Functions inherited from salhelper::SimpleReferenceObject | |
| virtual | ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE |
Private Member Functions | |
| OStoreObject (const OStoreObject &)=delete | |
| OStoreObject & | operator= (const OStoreObject &)=delete |
Static Private Attributes | |
| static const sal_uInt32 | m_nTypeId = sal_uInt32(0x58190322) |
| The IStoreHandle TypeId. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from salhelper::SimpleReferenceObject | |
| static void * | operator new (std::size_t nSize) |
| static void * | operator new (std::size_t nSize, std::nothrow_t const &rNothrow) |
| static void | operator delete (void *pPtr) |
| static void | operator delete (void *pPtr, std::nothrow_t const &rNothrow) |
Protected Attributes inherited from salhelper::SimpleReferenceObject | |
| oslInterlockedCount | m_nCount |
Definition at line 27 of file object.hxx.
|
inline |
Definition at line 30 of file object.hxx.
|
inlineoverrideprotectedvirtual |
Definition at line 37 of file object.hxx.
|
privatedelete |
|
virtual |
Replaces dynamic_cast type checking.
Reimplemented in store::OStoreLockBytes, store::OStoreDirectory_Impl, and store::OStorePageManager.
Definition at line 28 of file object.cxx.
References m_nTypeId.
Referenced by store::query().
|
privatedelete |
|
staticprivate |