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

#include <storbase.hxx>

Public Member Functions

 OStorePageDescriptor (sal_uInt32 nAddr, sal_uInt16 nSize, sal_uInt16 nUsed)
 Construction. More...
 
void swap (OStorePageDescriptor &rhs)
 
 OStorePageDescriptor (const OStorePageDescriptor &rhs)
 
OStorePageDescriptoroperator= (const OStorePageDescriptor &rhs)
 
bool operator== (const OStorePageDescriptor &rhs) const
 Comparison. More...
 

Public Attributes

sal_uInt32 m_nAddr
 Representation. More...
 
sal_uInt16 m_nSize
 
sal_uInt16 m_nUsed
 

Detailed Description

Definition at line 116 of file storbase.hxx.

Constructor & Destructor Documentation

◆ OStorePageDescriptor() [1/2]

store::OStorePageDescriptor::OStorePageDescriptor ( sal_uInt32  nAddr,
sal_uInt16  nSize,
sal_uInt16  nUsed 
)
inlineexplicit

Construction.

Definition at line 126 of file storbase.hxx.

◆ OStorePageDescriptor() [2/2]

store::OStorePageDescriptor::OStorePageDescriptor ( const OStorePageDescriptor rhs)
inline

Definition at line 142 of file storbase.hxx.

Member Function Documentation

◆ operator=()

OStorePageDescriptor & store::OStorePageDescriptor::operator= ( const OStorePageDescriptor rhs)
inline

Definition at line 148 of file storbase.hxx.

References m_nAddr, m_nSize, and m_nUsed.

◆ operator==()

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

Comparison.

Definition at line 158 of file storbase.hxx.

References m_nAddr, and m_nSize.

◆ swap()

void store::OStorePageDescriptor::swap ( OStorePageDescriptor rhs)
inline

Definition at line 135 of file storbase.hxx.

References m_nAddr, m_nSize, and m_nUsed.

Referenced by store::PageData::swap().

Member Data Documentation

◆ m_nAddr

sal_uInt32 store::OStorePageDescriptor::m_nAddr

◆ m_nSize

sal_uInt16 store::OStorePageDescriptor::m_nSize

◆ m_nUsed

sal_uInt16 store::OStorePageDescriptor::m_nUsed

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