|
CBMC
|
JSON Commandline Interface. More...
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | OPT_JSON_INTERFACE |
| #define | HELP_JSON_INTERFACE |
Functions | |
| void | json_interface (cmdlinet &, message_handlert &) |
| Parses the JSON-formatted command line from stdin. | |
JSON Commandline Interface.
Definition in file json_interface.h.
| #define HELP_JSON_INTERFACE |
Definition at line 44 of file json_interface.h.
| #define OPT_JSON_INTERFACE |
Definition at line 40 of file json_interface.h.
| void json_interface | ( | cmdlinet & | cmdline, |
| message_handlert & | message_handler | ||
| ) |
Parses the JSON-formatted command line from stdin.
Example:
Definition at line 88 of file json_interface.cpp.