LibreOffice Module connectivity (master) 1
Public Member Functions | Private Attributes | List of all members
connectivity::OKeySet Class Reference

The class OKeySet is a refcountable vector which also has a state. More...

#include <TSortIndex.hxx>

Inheritance diagram for connectivity::OKeySet:
[legend]
Collaboration diagram for connectivity::OKeySet:
[legend]

Public Member Functions

 OKeySet ()
 
bool isFrozen () const
 
void setFrozen ()
 
- Public Member Functions inherited from connectivity::ORefVector< sal_Int32 >
 ORefVector ()
 
 ORefVector (size_t _st)
 
 ORefVector (const ORefVector &rOther)
 
ORefVectoroperator= (const ORefVector &_rRH)
 
- Public Member Functions inherited from salhelper::SimpleReferenceObject
 SimpleReferenceObject ()
 
void acquire ()
 
void release ()
 

Private Attributes

bool m_bFrozen
 

Additional Inherited Members

- Public Types inherited from connectivity::ORefVector< sal_Int32 >
typedef std::vector< sal_Int32 > Vector
 
- 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 Member Functions inherited from connectivity::ORefVector< sal_Int32 >
virtual ~ORefVector () override
 
- Protected Member Functions inherited from salhelper::SimpleReferenceObject
virtual ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE
 
- Protected Attributes inherited from salhelper::SimpleReferenceObject
oslInterlockedCount m_nCount
 

Detailed Description

The class OKeySet is a refcountable vector which also has a state.

This state gives information about if the keyset is fixed.

Definition at line 98 of file TSortIndex.hxx.

Constructor & Destructor Documentation

◆ OKeySet()

connectivity::OKeySet::OKeySet ( )
inline

Definition at line 102 of file TSortIndex.hxx.

Member Function Documentation

◆ isFrozen()

bool connectivity::OKeySet::isFrozen ( ) const
inline

Definition at line 105 of file TSortIndex.hxx.

◆ setFrozen()

void connectivity::OKeySet::setFrozen ( )
inline

Definition at line 106 of file TSortIndex.hxx.

Member Data Documentation

◆ m_bFrozen

bool connectivity::OKeySet::m_bFrozen
private

Definition at line 100 of file TSortIndex.hxx.


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