CBMC
Loading...
Searching...
No Matches
c_object_factory_parameters.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module:
4
5Author: 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
25
29void 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)