Flow123d  release_2.2.0-914-gf1a3a4f
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_ */
Abstract linear system class.
Definition: equation.hh:37