JSON goto_function deserialization. More...
#include "json_goto_function.h"#include <util/exception_utils.h>#include <util/expr.h>#include <util/json_irep.h>#include <util/string2int.h>#include "json_symbol.h"Go to the source code of this file.
JSON goto_function deserialization.
Definition in file json_goto_function.cpp.
Deserialize a goto_functiont from JSON.
Definition at line 301 of file json_goto_function.cpp.
Deserialize a goto_programt from JSON.
Definition at line 192 of file json_goto_function.cpp.
Deserialize a goto_programt::instructiont from JSON.
Definition at line 72 of file json_goto_function.cpp.
Return code at "code" key in a JSON object, if any.
Definition at line 24 of file json_goto_function.cpp.
Return code at "code" key in a JSON object, if any.
Definition at line 41 of file json_goto_function.cpp.
Return expression at "guard" key in a JSON object, if any.
Definition at line 56 of file json_goto_function.cpp.