CBMC
c_object_factory_parameters.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module:
4 
5 Author: Daniel Poetzl
6 
7 \*******************************************************************/
8 
9 #ifndef CPROVER_ANSI_C_C_OBJECT_FACTORY_PARAMETERS_H
10 #define CPROVER_ANSI_C_C_OBJECT_FACTORY_PARAMETERS_H
11 
13 
15 {
17  {
18  }
19 
20  explicit c_object_factory_parameterst(const optionst &options)
22  {
23  }
24 };
25 
29 void parse_c_object_factory_options(const cmdlinet &cmdline, optionst &options);
30 
31 #endif
void parse_c_object_factory_options(const cmdlinet &cmdline, optionst &options)
Parse the c object factory parameters from a given command line.
c_object_factory_parameterst(const optionst &options)