CBMC
|
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. More... | |
JSON Commandline Interface
Definition in file json_interface.h.
#define HELP_JSON_INTERFACE |
Definition at line 45 of file json_interface.h.
#define OPT_JSON_INTERFACE |
Definition at line 41 of file json_interface.h.
void json_interface | ( | cmdlinet & | , |
message_handlert & | |||
) |
Parses the JSON-formatted command line from stdin.
Example:
Definition at line 88 of file json_interface.cpp.