00001 // -*- Mode: C++; tab-width: 2; -*- 00002 // vi: set ts=2: 00003 // 00004 // $Id: stringHashSet.h,v 1.11 2003/08/26 08:04:12 oliver Exp $ 00005 // 00006 00007 #ifndef BALL_DATATYPE_STRINGHASHSET_H 00008 #define BALL_DATATYPE_STRINGHASHSET_H 00009 00010 #ifndef BALL_DATATYPE_HASHSET_H 00011 # include <BALL/DATATYPE/hashSet.h> 00012 #endif 00013 00014 #ifndef BALL_DATATYPE_STRING_H 00015 # include <BALL/DATATYPE/string.h> 00016 #endif 00017 00018 namespace BALL 00019 { 00026 typedef HashSet<String> StringHashSet; 00027 } // namespace BALL 00028 00029 #endif // BALL_DATATYPE_STRINGHASHSET_H