CBMC
|
#include <iosfwd>
#include <string>
Go to the source code of this file.
Macros | |
#define | GOTO_BINARY_VERSION 5 |
Functions | |
bool | write_goto_binary (std::ostream &out, const goto_modelt &, int version=5) |
Writes a goto program to disc. More... | |
bool | write_goto_binary (std::ostream &out, const symbol_tablet &, const goto_functionst &, int version=5) |
Writes a goto program to disc. More... | |
bool | write_goto_binary (const std::string &filename, const goto_modelt &, message_handlert &) |
Writes a goto program to disc. More... | |
Write GOTO binaries
Definition in file write_goto_binary.h.
#define GOTO_BINARY_VERSION 5 |
Definition at line 15 of file write_goto_binary.h.
bool write_goto_binary | ( | const std::string & | filename, |
const goto_modelt & | , | ||
message_handlert & | |||
) |
Writes a goto program to disc.
Definition at line 167 of file write_goto_binary.cpp.
bool write_goto_binary | ( | std::ostream & | out, |
const goto_modelt & | , | ||
int | version = 5 |
||
) |
Writes a goto program to disc.
Definition at line 128 of file write_goto_binary.cpp.
bool write_goto_binary | ( | std::ostream & | out, |
const symbol_tablet & | , | ||
const goto_functionst & | , | ||
int | version = 5 |
||
) |
Writes a goto program to disc.
Definition at line 141 of file write_goto_binary.cpp.