|
CBMC
|
#include <goto_synthesizer_parse_options.h>
Inheritance diagram for goto_synthesizer_parse_optionst:
Collaboration diagram for goto_synthesizer_parse_optionst:Public Member Functions | |
| int | doit () override |
| invoke main modules | |
| void | help () override |
| display command line help | |
| goto_synthesizer_parse_optionst (int argc, const char **argv) | |
Public Member Functions inherited from parse_options_baset | |
| parse_options_baset (const std::string &optstring, int argc, const char **argv, const std::string &program) | |
| virtual void | usage_error () |
| virtual int | main () |
| virtual | ~parse_options_baset () |
| void | log_version_and_architecture (const std::string &front_end) |
| Write version and system architecture to log.status(). | |
Protected Member Functions | |
| void | register_languages () override |
| int | get_goto_program () |
| optionst | get_options () |
Protected Attributes | |
| goto_modelt | goto_model |
Protected Attributes inherited from parse_options_baset | |
| ui_message_handlert | ui_message_handler |
| messaget | log |
Additional Inherited Members | |
Public Attributes inherited from parse_options_baset | |
| cmdlinet | cmdline |
Definition at line 35 of file goto_synthesizer_parse_options.h.
Definition at line 34 of file goto_synthesizer_parse_options.cpp.
|
overridevirtual |
invoke main modules
Implements parse_options_baset.
Definition at line 46 of file goto_synthesizer_parse_options.cpp.
|
protected |
Definition at line 180 of file goto_synthesizer_parse_options.cpp.
|
protected |
Definition at line 198 of file goto_synthesizer_parse_options.cpp.
|
overridevirtual |
display command line help
Reimplemented from parse_options_baset.
Definition at line 236 of file goto_synthesizer_parse_options.cpp.
|
overrideprotectedvirtual |
Reimplemented from parse_options_baset.
Definition at line 15 of file goto_synthesizer_languages.cpp.
|
protected |
Definition at line 52 of file goto_synthesizer_parse_options.h.