test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FWParameters.h
Go to the documentation of this file.
1 #ifndef Fireworks_Core_FWParameters_h
2 #define Fireworks_Core_FWParameters_h
3 // -*- C++ -*-
4 //
5 // Package: Core
6 // Class : FWGenericParameterWithRange
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Fri Mar 7 14:36:34 EST 2008
19 //
20 
21 // user include files
24 
25 // forward declarations
26 
28 {
33 };
34 
39 
40 #endif
FWParameters::Bool FWBoolParameter
Definition: FWParameters.h:38
FWParameters::Double FWDoubleParameter
Definition: FWParameters.h:36
FWGenericParameterWithRange< long > Long
Definition: FWParameters.h:29
FWGenericParameterWithRange< double > Double
Definition: FWParameters.h:30
FWGenericParameter< std::string > String
Definition: FWParameters.h:31
FWParameters::Long FWLongParameter
Definition: FWParameters.h:35
FWParameters::String FWStringParameter
Definition: FWParameters.h:37
FWGenericParameter< bool > Bool
Definition: FWParameters.h:32