cprover
|
Go to the source code of this file.
Functions | |
static std::ostream & | format_rec (std::ostream &os, const struct_typet &src) |
format a struct_typet More... | |
static std::ostream & | format_rec (std::ostream &os, const union_typet &src) |
format a union_typet More... | |
std::ostream & | format_rec (std::ostream &os, const typet &type) |
Formats a type in a generic syntax that is inspired by C/C++/Java, and is meant for debugging. More... | |
|
static |
format a struct_typet
Definition at line 16 of file format_type.cpp.
std::ostream& format_rec | ( | std::ostream & | os, |
const typet & | type | ||
) |
Formats a type in a generic syntax that is inspired by C/C++/Java, and is meant for debugging.
Definition at line 58 of file format_type.cpp.
|
static |
format a union_typet
Definition at line 36 of file format_type.cpp.