Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | Related Pages

wftk::StringHash< C > Struct Template Reference

A wrapper for std::hash_map<std::string,Foo>, since it didn't make the C++ standard. More...

#include <string_hash_map.h>

List of all members.

Public Types

typedef __gnu_cxx::hash_map<
std::string, C, StringHash
Map
 A hash_map<std::string, C>.


Public Member Functions

size_t operator() (const std::string &s) const
 call the string hashing function


Detailed Description

template<class C>
struct wftk::StringHash< C >

A wrapper for std::hash_map<std::string,Foo>, since it didn't make the C++ standard.


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

Generated Fri Mar 5 08:11:01 2004.
Copyright © 1998-2003 by the respective authors.

This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.