LibreOffice Module comphelper (master) 1
|
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 |
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.
|
inline |
Definition at line 48 of file sequenceashashmap.hxx.
OUString comphelper::OUStringAndHashCode::maString |
Definition at line 45 of file sequenceashashmap.hxx.
Referenced by comphelper::OUStringAndHashCodeEqual::operator()().
sal_Int32 comphelper::OUStringAndHashCode::mnHashCode |
Definition at line 46 of file sequenceashashmap.hxx.
Referenced by comphelper::OUStringAndHashCodeEqual::operator()().