cprover
read_goto_object.cpp File Reference

Read goto object files. More...

Include dependency graph for read_goto_object.cpp:

Go to the source code of this file.

Macros

#define XML_VERSION   "1.4"
 

Functions

bool read_goto_object (std::istream &in, const std::string &filename, symbol_tablet &symbol_table, goto_functionst &functions, message_handlert &message_handler)
 reads a goto object xml file back into a symbol and a function table More...
 

Detailed Description

Read goto object files.

Definition in file read_goto_object.cpp.

Macro Definition Documentation

◆ XML_VERSION

#define XML_VERSION   "1.4"

Definition at line 21 of file read_goto_object.cpp.

Referenced by read_goto_object().

Function Documentation

◆ read_goto_object()

bool read_goto_object ( std::istream &  in,
const std::string &  filename,
symbol_tablet symbol_table,
goto_functionst functions,
message_handlert message_handler 
)