00001
00002
00003
00004
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 }
00028
00029 #endif // BALL_DATATYPE_STRINGHASHSET_H