BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
concept.h
Go to the documentation of this file.
1 // -*- Mode: C++; tab-width: 2; -*-
2 // vi: set ts=2:
3 //
4 // $Id: concept.h,v 1.2 2002/02/27 12:18:17 sturm Exp $
5 // CONCEPT header file
6 // collective header file for all headers in BALL/CONCEPT
7 #ifndef BALL_CONCEPT_H
8 #define BALL_CONCEPT_H
9 
10 #ifndef BALL_CONCEPT_XDRPERSISTENCEMANAGER_H
12 #endif
13 
14 #ifndef BALL_CONCEPT_AUTODELETABLE_H
16 #endif
17 
18 #ifndef BALL_CONCEPT_BIDIRECTIONALITERATOR_H
20 #endif
21 
22 #ifndef BALL_CONCEPT_CALLBACK_H
23 # include <BALL/CONCEPT/callback.h>
24 #endif
25 
26 #ifndef BALL_CONCEPT_COMPARATOR_H
27 # include <BALL/CONCEPT/comparator.h>
28 #endif
29 
30 #ifndef BALL_CONCEPT_COMPOSITE_H
31 # include <BALL/CONCEPT/composite.h>
32 #endif
33 
34 #ifndef BALL_CONCEPT_FORWARDITERATOR_H
36 #endif
37 
38 #ifndef BALL_CONCEPT_PERSISTENCEMANAGER_H
40 #endif
41 
42 #ifndef BALL_CONCEPT_RANDOMACCESSITERATOR_H
44 #endif
45 
46 #ifndef BALL_CONCEPT_REVERSERANDOMACCESSITERATOR_H
47 # include <BALL/CONCEPT/reverseRandomAccessIterator.h>
48 #endif
49 
50 #ifndef BALL_CONCEPT_SINGLETON_H
51 # include <BALL/CONCEPT/singleton.h>
52 #endif
53 
54 #ifndef BALL_CONCEPT_TEXTPERSISTENCEMANAGER_H
56 #endif
57 
58 #endif // BALL_CONCEPT_H