CBMC
Loading...
Searching...
No Matches
c_object_factory_parameters.cpp
Go to the documentation of this file.
1/*******************************************************************\
2
3Module:
4
5Author: Daniel Poetzl
6
7\*******************************************************************/
8
10
11void parse_c_object_factory_options(const cmdlinet &cmdline, optionst &options)
12{
13 parse_object_factory_options(cmdline, options);
14}
void parse_c_object_factory_options(const cmdlinet &cmdline, optionst &options)
Parse the c object factory parameters from a given command line.
void parse_object_factory_options(const cmdlinet &cmdline, optionst &options)
Parse the object factory parameters from a given command line.