hash_table.h File Reference

hash table implementation More...

#include <vector>
#include <string>
#include <functional>
#include <algorithm>
#include "hash_fun.h"

Include dependency graph for hash_table.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

Classes

Defines

Typedefs

Functions

Variables


Detailed Description

hash table implementation

Author: Alexander Fuchs

Created: Thu Oct 19 11:04:00 2006


License to use, copy, modify, sell and/or distribute this software and its documentation for any purpose is hereby granted without royalty, subject to the terms and conditions defined in the LICENSE file provided with this distribution.


Definition in file hash_table.h.


Define Documentation

#define DebugAssert ( cond,
str   ) 

Value:

if(!(cond)) \
 CVC3::debugError(__FILE__, __LINE__, #cond, str)

Definition at line 62 of file hash_table.h.


Generated on Tue Jul 3 14:34:30 2007 for CVC3 by  doxygen 1.5.1