Flow123d  release_2.2.0-914-gf1a3a4f
accessors_forward.hh
Go to the documentation of this file.
1 /*
2  * accessors_forward.hh
3  *
4  * Created on: Mar 28, 2012
5  * Author: jb
6  */
7 
8 #ifndef ACCESSORS_FORWARD_HH_
9 #define ACCESSORS_FORWARD_HH_
10 
11 namespace Input {
12 
13 /**
14  * Forward declarations of all accessors
15  */
16 class AbstractRecord;
17 class Address;
18 class Array;
19 class Record;
20 class Tuple;
21 
22 } // closing namespace Input
23 
24 
25 #endif /* ACCESSORS_FORWARD_HH_ */
Abstract linear system class.
Definition: equation.hh:37