BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
stringHashSet.h
Go to the documentation of this file.
1 // -*- Mode: C++; tab-width: 2; -*-
2 // vi: set ts=2:
3 //
4 // $Id: stringHashSet.h,v 1.11 2003/08/26 08:04:12 oliver Exp $
5 //
6 
7 #ifndef BALL_DATATYPE_STRINGHASHSET_H
8 #define BALL_DATATYPE_STRINGHASHSET_H
9 
10 #ifndef BALL_DATATYPE_HASHSET_H
11 # include <BALL/DATATYPE/hashSet.h>
12 #endif
13 
14 #ifndef BALL_DATATYPE_STRING_H
15 # include <BALL/DATATYPE/string.h>
16 #endif
17 
18 namespace BALL
19 {
27 } // namespace BALL
28 
29 #endif // BALL_DATATYPE_STRINGHASHSET_H