Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
HashTable.h File Reference
#include <stddef.h>
#include <assert.h>
#include <stdio.h>
#include <map>
#include <vector>
#include <iostream>
Include dependency graph for HashTable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  stlCompatibility::Hash< _Key >
struct  stlCompatibility::Hash< char * >
struct  stlCompatibility::Hash< const char * >
struct  stlCompatibility::Hash< char >
struct  stlCompatibility::Hash< unsigned char >
struct  stlCompatibility::Hash< signed char >
struct  stlCompatibility::Hash< short >
struct  stlCompatibility::Hash< unsigned short >
struct  stlCompatibility::Hash< int >
struct  stlCompatibility::Hash< unsigned int >
struct  stlCompatibility::Hash< long >
struct  stlCompatibility::Hash< unsigned long >
class  stlCompatibility::HashTable< Key, Value, KeyHash, KeyEq >
class  stlCompatibility::HashTable< Key, Value, KeyHash, KeyEq >::ForAllAction

Namespaces

namespace  stlCompatibility

Defines

#define xDEBUG(flag, code)   { if (flag) {code; fflush(stdout);} }
#define DEB_HashTable   0

Functions

size_t stlCompatibility::hashString (const char *__s)

Define Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines