fwd.h
Go to the documentation of this file.
1 #ifndef fhiclcpp_fwd_h
2 #define fhiclcpp_fwd_h
3 
4 // ======================================================================
5 //
6 // fwd: Forward declarations for FHiCL-cpp's component types.
7 //
8 // ======================================================================
9 
10 namespace fhicl {
11 
12  class ParameterSet;
13  class ParameterSetID;
14  class ParameterSetWalker;
15  class extended_value;
16  class intermediate_table;
17 }
18 
19 // ======================================================================
20 
21 #endif /* fhiclcpp_fwd_h */
22 
23 // Local Variables:
24 // mode: c++
25 // End: