Flow123d
3.9.0-d39db4f
src
input
input_type_forward.hh
Go to the documentation of this file.
1
/*
2
* input_type_forward.hh
3
*
4
* Created on: Mar 28, 2012
5
* Author: jb
6
*/
7
8
#ifndef INPUT_TYPE_FORWARD_HH_
9
#define INPUT_TYPE_FORWARD_HH_
10
11
namespace
Input
{
12
13
namespace
Type {
14
15
/**
16
* Forward declarations of all Input::Types
17
*/
18
class
TypeBase;
19
class
Abstract;
20
class
AdHocAbstract;
21
class
Array;
22
class
Bool;
23
class
Default;
24
class
Double;
25
class
FileName;
26
class
Instance;
27
class
Integer;
28
class
Parameter;
29
class
Record;
30
class
Scalar;
31
class
Selection;
32
class
String;
33
class
Tuple;
34
35
}
// closing namespace Type
36
}
// closing namespace Input
37
38
39
#endif
/* INPUT_TYPE_FORWARD_HH_ */
Input
Abstract linear system class.
Definition:
balance.hh:40
Generated by
1.8.17