Free Electron
datatool.h
Go to the documentation of this file.
1 /* Copyright (C) 2003-2021 Free Electron Organization
2  Any use of this software requires a license. If a valid license
3  was not distributed with this file, visit freeelectron.org. */
4 
5 /** @file */
6 
7 #ifndef __datatool_h__
8 #define __datatool_h__
9 
10 #include "signal/signal.h"
11 #include "math/math.h"
12 
13 #ifdef MODULE_datatool
14 #define FE_DATATOOL_PORT FE_DL_EXPORT
15 #else
16 #define FE_DATATOOL_PORT FE_DL_IMPORT
17 #endif
18 
19 #include "datatool/RecordView.h"
21 #include "datatool/Operator.h"
23 
24 #include "datatool/View.h"
25 #include "datatool/RecorderI.h"
26 #include "datatool/ConfigI.h"
27 #include "datatool/Config.h"
28 #include "datatool/RecordableI.h"
29 #include "datatool/Recordable.h"
30 
31 #include "datatool/datatoolAS.h"
32 
33 namespace fe
34 {
35 namespace ext
36 {
37 
38 Library* CreateDatatoolLibrary(sp<Master> spMaster);
39 
40 } /* namespace ext */
41 } /* namespace fe */
42 
43 #endif /* __datatool_h__ */
kernel
Definition: namespace.dox:3