yast2-core
Public Member Functions | Protected Types | Protected Attributes | List of all members
UstringHash Class Reference

A Hash of unique strings. More...

#include <Ustring.h>

Public Member Functions

const std::string & add (const std::string &nstr_r)
 
unsigned size () const
 
unsigned long sum () const
 

Protected Types

typedef std::set< std::string > UstringHash_type
 

Protected Attributes

UstringHash_type _UstringHash
 

Detailed Description

A Hash of unique strings.

A Hash of unique strings.

See Also
Ustring

Member Typedef Documentation

typedef std::set<std::string> UstringHash::UstringHash_type
protected

Member Function Documentation

const std::string& UstringHash::add ( const std::string &  nstr_r)
inline

References _UstringHash.

unsigned UstringHash::size ( ) const
inline

Return the number of unique strings stored in the hash.

References _UstringHash.

unsigned long UstringHash::sum ( ) const
inline

References _UstringHash.

Member Data Documentation

UstringHash_type UstringHash::_UstringHash
protected

Referenced by add(), size(), and sum().


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

Generated on a sunny day for yast2-core by doxygen 1.8.5