Loading [MathJax]/extensions/tex2jax.js
Free Electron
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
i
m
n
o
p
r
s
t
u
v
w
+
Functions
c
d
e
f
i
m
n
o
p
r
s
t
u
v
w
Typedefs
Enumerations
Enumerator
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
Typedefs
Enumerations
+
Files
File List
+
File Members
All
Functions
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
ext
datatool
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
"
20
#include "
datatool/RecordArrayView.h
"
21
#include "
datatool/Operator.h
"
22
#include "
datatool/StringAccessor.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__ */
math.h
fe
kernel
Definition:
namespace.dox:3
RecordView.h
Config.h
StringAccessor.h
Operator.h
RecorderI.h
signal.h
View.h
Recordable.h
RecordArrayView.h
datatoolAS.h
RecordableI.h
ConfigI.h
Generated by
1.8.13