:: rtl ::

struct OStringHash


Base Classes
None.
Known Derived Classes
None.

virtual abstract interface template
NO NO NO NO
Summary
A helper to use OStrings with hash maps.
Description
Instances of this class are unary function objects that can be used as hash function arguments to STLPort's hash_map and similar constructs.
File
string.hxx

Public Members

Methods

size_t
operator()( const rtl::OString & rString ) const;
Compute a hash code for a string.

Top of Page