LibreOffice Module sc (master) 1
Public Member Functions | Static Private Member Functions | Private Attributes | List of all members
StringHashEntry Class Reference

#include <namebuff.hxx>

Public Member Functions

 StringHashEntry (const OUString &)
 
bool operator== (const StringHashEntry &) const
 

Static Private Member Functions

static sal_uInt32 MakeHashCode (const OUString &)
 

Private Attributes

OUString aString
 
sal_uInt32 nHash
 

Detailed Description

Definition at line 34 of file namebuff.hxx.

Constructor & Destructor Documentation

◆ StringHashEntry()

StringHashEntry::StringHashEntry ( const OUString &  r)
inline

Definition at line 46 of file namebuff.hxx.

Member Function Documentation

◆ MakeHashCode()

sal_uInt32 StringHashEntry::MakeHashCode ( const OUString &  r)
staticprivate

Definition at line 31 of file namebuff.cxx.

References n.

◆ operator==()

bool StringHashEntry::operator== ( const StringHashEntry r) const
inline

Definition at line 52 of file namebuff.hxx.

References aString, and nHash.

Member Data Documentation

◆ aString

OUString StringHashEntry::aString
private

Definition at line 37 of file namebuff.hxx.

Referenced by operator==().

◆ nHash

sal_uInt32 StringHashEntry::nHash
private

Definition at line 38 of file namebuff.hxx.

Referenced by operator==().


The documentation for this class was generated from the following files: