BALL
1.4.79
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
BALL
DATATYPE
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
{
26
typedef
HashSet<String>
StringHashSet
;
27
}
// namespace BALL
28
29
#endif // BALL_DATATYPE_STRINGHASHSET_H
string.h
hashSet.h
BALL::HashSet< String >
BALL::StringHashSet
HashSet< String > StringHashSet
Definition:
stringHashSet.h:26
Generated by
1.8.7