Methods of Class OStringHash


operator()
size_t operator()(
const rtl::OString & rString ) const;

virtual abstract const volatile template static inline C-linkage
NO NO YES NO NO NO YES NO

Summary
Compute a hash code for a string.
Parameters
rString
        a string.

        
Return
a hash code for the string. This hash code should not be stored persistently, as its computation may change in later revisions.

Top of Page