ct_common
1.0.1
Common library for combinatorial testing
|
00001 //===----- ct_common/common/paramspecs.h ------------------------*- C++ -*-===// 00002 // 00003 // The ct_common Library 00004 // 00005 // This file is distributed under the MIT license. See LICENSE for details. 00006 // 00007 //===----------------------------------------------------------------------===// 00008 // 00009 // This header file includes all classes of parameter specifications 00010 // 00011 //===----------------------------------------------------------------------===// 00012 00013 #ifndef PARAMSPECS_H_ 00014 #define PARAMSPECS_H_ 00015 00016 #include <ct_common/common/paramspec.h> 00017 #include <ct_common/common/paramspec_double.h> 00018 #include <ct_common/common/paramspec_int.h> 00019 #include <ct_common/common/paramspec_string.h> 00020 #include <ct_common/common/paramspec_bool.h> 00021 00022 #endif // PARAMSPECS_H_