|
LibreOffice Module store (master) 1
|
#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) | |
| OStorePageDescriptor & | operator= (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 |
Definition at line 116 of file storbase.hxx.
|
inlineexplicit |
Construction.
Definition at line 126 of file storbase.hxx.
|
inline |
Definition at line 142 of file storbase.hxx.
|
inline |
Definition at line 148 of file storbase.hxx.
|
inline |
|
inline |
Definition at line 135 of file storbase.hxx.
References m_nAddr, m_nSize, and m_nUsed.
Referenced by store::PageData::swap().
| sal_uInt32 store::OStorePageDescriptor::m_nAddr |
Representation.
Definition at line 120 of file storbase.hxx.
Referenced by store::OStorePageBIOS::acquirePage(), store::PageData::guard(), store::PageData::location(), operator=(), operator==(), store::OStorePageBIOS::releasePage(), swap(), store::PageData::verify(), and store::OStoreDirectory_Impl::~OStoreDirectory_Impl().
| sal_uInt16 store::OStorePageDescriptor::m_nSize |
Definition at line 121 of file storbase.hxx.
Referenced by store::OStoreDataPageData::capacity(), store::OStoreIndirectionPageData::capacity(), operator=(), operator==(), store::PageData::size(), and swap().
| sal_uInt16 store::OStorePageDescriptor::m_nUsed |
Definition at line 122 of file storbase.hxx.
Referenced by operator=(), store::OStoreBTreeNodeData::OStoreBTreeNodeData(), store::OStoreDataPageData::OStoreDataPageData(), store::OStoreDirectoryPageData::OStoreDirectoryPageData(), store::OStoreIndirectionPageData::OStoreIndirectionPageData(), swap(), and store::OStoreBTreeNodeData::usageCount().