BALL
1.4.1
|
00001 // -*- Mode: C++; tab-width: 2; -*- 00002 // vi: set ts=2: 00003 // 00004 // $Id: concept.h,v 1.2 2002/02/27 12:18:17 sturm Exp $ 00005 // CONCEPT header file 00006 // collective header file for all headers in BALL/CONCEPT 00007 #ifndef BALL_CONCEPT_H 00008 #define BALL_CONCEPT_H 00009 00010 #ifndef BALL_CONCEPT_XDRPERSISTENCEMANAGER_H 00011 # include <BALL/CONCEPT/XDRPersistenceManager.h> 00012 #endif 00013 00014 #ifndef BALL_CONCEPT_AUTODELETABLE_H 00015 # include <BALL/CONCEPT/autoDeletable.h> 00016 #endif 00017 00018 #ifndef BALL_CONCEPT_BIDIRECTIONALITERATOR_H 00019 # include <BALL/CONCEPT/bidirectionalIterator.h> 00020 #endif 00021 00022 #ifndef BALL_CONCEPT_CALLBACK_H 00023 # include <BALL/CONCEPT/callback.h> 00024 #endif 00025 00026 #ifndef BALL_CONCEPT_COMPARATOR_H 00027 # include <BALL/CONCEPT/comparator.h> 00028 #endif 00029 00030 #ifndef BALL_CONCEPT_COMPOSITE_H 00031 # include <BALL/CONCEPT/composite.h> 00032 #endif 00033 00034 #ifndef BALL_CONCEPT_FORWARDITERATOR_H 00035 # include <BALL/CONCEPT/forwardIterator.h> 00036 #endif 00037 00038 #ifndef BALL_CONCEPT_PERSISTENCEMANAGER_H 00039 # include <BALL/CONCEPT/persistenceManager.h> 00040 #endif 00041 00042 #ifndef BALL_CONCEPT_RANDOMACCESSITERATOR_H 00043 # include <BALL/CONCEPT/randomAccessIterator.h> 00044 #endif 00045 00046 #ifndef BALL_CONCEPT_REVERSERANDOMACCESSITERATOR_H 00047 # include <BALL/CONCEPT/reverseRandomAccessIterator.h> 00048 #endif 00049 00050 #ifndef BALL_CONCEPT_SINGLETON_H 00051 # include <BALL/CONCEPT/singleton.h> 00052 #endif 00053 00054 #ifndef BALL_CONCEPT_TEXTPERSISTENCEMANAGER_H 00055 # include <BALL/CONCEPT/textPersistenceManager.h> 00056 #endif 00057 00058 #endif // BALL_CONCEPT_H