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

Implements a stl hash map on top of some specialized sequence from type PropertyValue or NamedValue. More...

#include <sequenceashashmap.hxx>

Public Member Functions

 OUStringAndHashCode (OUString s)
 

Public Attributes

OUString maString
 
sal_Int32 mnHashCode
 

Detailed Description

Implements a stl hash map on top of some specialized sequence from type PropertyValue or NamedValue.

@descr That provides the possibility to modify such name sequences very easy ... Cache the hash code since calculating it for every comparison adds up

Definition at line 43 of file sequenceashashmap.hxx.

Constructor & Destructor Documentation

◆ OUStringAndHashCode()

comphelper::OUStringAndHashCode::OUStringAndHashCode ( OUString  s)
inline

Definition at line 48 of file sequenceashashmap.hxx.

Member Data Documentation

◆ maString

OUString comphelper::OUStringAndHashCode::maString

◆ mnHashCode

sal_Int32 comphelper::OUStringAndHashCode::mnHashCode

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