CBMC
|
#include <iosfwd>
Go to the source code of this file.
Classes | |
struct | smt2_format_containert< T > |
Functions | |
template<typename T > | |
static smt2_format_containert< T > | smt2_format (const T &_o) |
template<typename T > | |
static std::ostream & | operator<< (std::ostream &out, const smt2_format_containert< T > &c) |
std::ostream & | smt2_format_rec (std::ostream &, const exprt &) |
std::ostream & | smt2_format_rec (std::ostream &, const typet &) |
|
inlinestatic |
Definition at line 34 of file smt2_format.h.
|
inlinestatic |
Definition at line 28 of file smt2_format.h.
std::ostream& smt2_format_rec | ( | std::ostream & | out, |
const exprt & | expr | ||
) |
Definition at line 45 of file smt2_format.cpp.
std::ostream& smt2_format_rec | ( | std::ostream & | out, |
const typet & | type | ||
) |
Definition at line 15 of file smt2_format.cpp.