Main Page | Class Hierarchy | Compound List | File List | Compound Members | File Members

hash_serv.h

Go to the documentation of this file.
00001 
00002 #ifndef HASH_SERV_H
00003 #define HASH_SERV_H
00004 
00005 
00006 /*===============================<o>=====================================
00007 
00008 Copyright 1996, 1997, 2004 Ian Kaplan, Bear Products International,
00009 www.bearcave.com.
00010 
00011 All Rights Reserved
00012 
00013 You may use this software in software components for which you do
00014 not collect money (e.g., non-commercial software).  All commercial
00015 use is reserved.
00016 
00017 ===============================<o>=====================================*/
00018 
00019 
00029 class hash_services {
00030 public:
00031     hash_services() {};
00032     ~hash_services() {};
00033     unsigned int str_to_uint( const char *s );
00034     unsigned int hash_value( const char *name );
00035 }; 
00036 
00037 #endif

Generated on Wed Mar 31 21:15:55 2004 for Data Structures for a VHDL Compiler by doxygen 1.3.3