CBMC
Loading...
Searching...
No Matches
json_goto_functions.h File Reference

JSON goto_functions deserialization. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void goto_functions_from_json (const jsont &json, goto_functionst &goto_functions)
 Deserialize goto_functionst from JSON.
 

Detailed Description

JSON goto_functions deserialization.

Definition in file json_goto_functions.h.

Function Documentation

◆ goto_functions_from_json()

void goto_functions_from_json ( const jsont json,
goto_functionst goto_functions 
)

Deserialize goto_functionst from JSON.

Parameters
jsonThe JSON object representing goto_functions
goto_functionsThe goto_functionst object to populate

Definition at line 21 of file json_goto_functions.cpp.