LibreOffice Module connectivity (master) 1
|
The class OKeySet is a refcountable vector which also has a state. More...
#include <TSortIndex.hxx>
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) | |
ORefVector & | operator= (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 |
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.
|
inline |
Definition at line 102 of file TSortIndex.hxx.
|
inline |
Definition at line 105 of file TSortIndex.hxx.
|
inline |
Definition at line 106 of file TSortIndex.hxx.
|
private |
Definition at line 100 of file TSortIndex.hxx.