|
cprover
|
Classes | |
| struct | linet |
| struct | doc_claimt |
Public Member Functions | |
| document_propertiest (const goto_functionst &_goto_functions, std::ostream &_out) | |
| void | html () |
| void | latex () |
Private Types | |
| enum | { HTML , LATEX } |
Private Member Functions | |
| std::string | get_code (const source_locationt &source_location) |
| void | doit () |
Static Private Member Functions | |
| static void | strip_space (std::list< linet > &lines) |
Private Attributes | |
| const goto_functionst & | goto_functions |
| std::ostream & | out |
| enum document_propertiest:: { ... } | format |
Definition at line 22 of file document_properties.cpp.
|
private |
| Enumerator | |
|---|---|
| HTML | |
| LATEX | |
Definition at line 65 of file document_properties.cpp.
|
inline |
Definition at line 25 of file document_properties.cpp.
|
private |
Definition at line 275 of file document_properties.cpp.
|
private |
Definition at line 148 of file document_properties.cpp.
|
inline |
Definition at line 34 of file document_properties.cpp.
|
inline |
Definition at line 40 of file document_properties.cpp.
|
staticprivate |
Definition at line 70 of file document_properties.cpp.
| enum { ... } document_propertiest::format |
|
private |
Definition at line 47 of file document_properties.cpp.
|
private |
Definition at line 48 of file document_properties.cpp.