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

#include <stortree.hxx>

Collaboration diagram for store::OStoreBTreeEntry:
[legend]

Public Types

enum  CompareResult {
  COMPARE_LESS = -1 ,
  COMPARE_EQUAL = 0 ,
  COMPARE_GREATER = 1
}
 
typedef OStorePageKey K
 
typedef OStorePageLink L
 

Public Member Functions

 OStoreBTreeEntry (K const &rKey=K(), L const &rLink=L())
 
CompareResult compare (const OStoreBTreeEntry &rOther) const
 

Public Attributes

K m_aKey
 
L m_aLink
 
sal_uInt32 m_nAttrib
 

Detailed Description

Definition at line 37 of file stortree.hxx.

Member Typedef Documentation

◆ K

Definition at line 39 of file stortree.hxx.

◆ L

Definition at line 40 of file stortree.hxx.

Member Enumeration Documentation

◆ CompareResult

Enumerator
COMPARE_LESS 
COMPARE_EQUAL 
COMPARE_GREATER 

Definition at line 54 of file stortree.hxx.

Constructor & Destructor Documentation

◆ OStoreBTreeEntry()

store::OStoreBTreeEntry::OStoreBTreeEntry ( K const &  rKey = K(),
L const &  rLink = L() 
)
inlineexplicit

Definition at line 46 of file stortree.hxx.

Member Function Documentation

◆ compare()

CompareResult store::OStoreBTreeEntry::compare ( const OStoreBTreeEntry rOther) const
inline

Member Data Documentation

◆ m_aKey

K store::OStoreBTreeEntry::m_aKey

◆ m_aLink

L store::OStoreBTreeEntry::m_aLink

◆ m_nAttrib

sal_uInt32 store::OStoreBTreeEntry::m_nAttrib

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