cprover
document_properties.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: Documentation of Properties
4
5
Author: Daniel Kroening, kroening@kroening.com
6
7
\*******************************************************************/
8
11
12
#ifndef CPROVER_GOTO_INSTRUMENT_DOCUMENT_PROPERTIES_H
13
#define CPROVER_GOTO_INSTRUMENT_DOCUMENT_PROPERTIES_H
14
15
#include <iosfwd>
16
17
class
goto_modelt
;
18
19
void
document_properties_latex
(
20
const
goto_modelt
&,
21
std::ostream &out);
22
23
void
document_properties_html
(
24
const
goto_modelt
&,
25
std::ostream &out);
26
27
#endif // CPROVER_GOTO_INSTRUMENT_DOCUMENT_PROPERTIES_H
document_properties_html
void document_properties_html(const goto_modelt &, std::ostream &out)
Definition:
document_properties.cpp:363
goto_modelt
Definition:
goto_model.h:26
document_properties_latex
void document_properties_latex(const goto_modelt &, std::ostream &out)
Definition:
document_properties.cpp:370
goto-instrument
document_properties.h
Generated by
1.8.20