LibreOffice Module store (master) 1
Public Member Functions | Public Attributes | List of all members
store::OStorePageKey Struct Reference

#include <storbase.hxx>

Public Member Functions

 OStorePageKey (sal_uInt32 nLow=0, sal_uInt32 nHigh=0)
 Construction. More...
 
bool operator== (const OStorePageKey &rhs) const
 Comparison. More...
 
bool operator< (const OStorePageKey &rhs) const
 

Public Attributes

sal_uInt32 m_nLow
 Representation. More...
 
sal_uInt32 m_nHigh
 

Detailed Description

Definition at line 165 of file storbase.hxx.

Constructor & Destructor Documentation

◆ OStorePageKey()

store::OStorePageKey::OStorePageKey ( sal_uInt32  nLow = 0,
sal_uInt32  nHigh = 0 
)
inlineexplicit

Construction.

Definition at line 174 of file storbase.hxx.

Member Function Documentation

◆ operator<()

bool store::OStorePageKey::operator< ( const OStorePageKey rhs) const
inline

Definition at line 187 of file storbase.hxx.

References m_nHigh, m_nLow, and store::ntohl().

◆ operator==()

bool store::OStorePageKey::operator== ( const OStorePageKey rhs) const
inline

Comparison.

Definition at line 181 of file storbase.hxx.

References m_nHigh, and m_nLow.

Member Data Documentation

◆ m_nHigh

sal_uInt32 store::OStorePageKey::m_nHigh

◆ m_nLow

sal_uInt32 store::OStorePageKey::m_nLow

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