LibreOffice Module store (master) 1
Public Member Functions | Protected Member Functions | Private Member Functions | Static Private Attributes | List of all members
store::OStoreObject Class Reference

#include <object.hxx>

Inheritance diagram for store::OStoreObject:
[legend]
Collaboration diagram for store::OStoreObject:
[legend]

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
 
OStoreObjectoperator= (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
 

Detailed Description

Definition at line 27 of file object.hxx.

Constructor & Destructor Documentation

◆ OStoreObject() [1/2]

store::OStoreObject::OStoreObject ( )
inline

Definition at line 30 of file object.hxx.

◆ ~OStoreObject()

virtual store::OStoreObject::~OStoreObject ( )
inlineoverrideprotectedvirtual

Definition at line 37 of file object.hxx.

◆ OStoreObject() [2/2]

store::OStoreObject::OStoreObject ( const OStoreObject )
privatedelete

Member Function Documentation

◆ isKindOf()

bool store::OStoreObject::isKindOf ( sal_uInt32  nTypeId)
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().

◆ operator=()

OStoreObject & store::OStoreObject::operator= ( const OStoreObject )
privatedelete

Member Data Documentation

◆ m_nTypeId

const sal_uInt32 store::OStoreObject::m_nTypeId = sal_uInt32(0x58190322)
staticprivate

The IStoreHandle TypeId.

Definition at line 42 of file object.hxx.

Referenced by isKindOf().


The documentation for this class was generated from the following files: