You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
3.3 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>InferModules__Printer (infer.InferModules__Printer)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc %%VERSION%%"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> <a href="../index.html">infer</a> &#x00BB; InferModules__Printer</nav><h1>Module <code>InferModules__Printer</code></h1><p>Printers for the analysis results</p></header><dl><dt class="spec module" id="module-LineReader"><a href="#module-LineReader" class="anchor"></a><code><span class="keyword">module</span> <a href="LineReader/index.html">LineReader</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span></code></dt><dd><p>Module to read specific lines from files. The data from any file will stay in memory until the handle is collected by the gc</p></dd></dl><dl><dt class="spec value" id="val-curr_html_formatter"><a href="#val-curr_html_formatter" class="anchor"></a><code><span class="keyword">val</span> curr_html_formatter : <span>Stdlib.Format.formatter <a href="../../InferStdlib/InferStdlib/index.html#module-IStd">InferStdlib.IStd</a>.ref</span></code></dt><dd><p>Current html formatter</p></dd></dl><dl><dt class="spec value" id="val-force_delayed_prints"><a href="#val-force_delayed_prints" class="anchor"></a><code><span class="keyword">val</span> force_delayed_prints : unit <span>&#45;&gt;</span> unit</code></dt><dd><p>Execute the delayed print actions</p></dd></dl><dl><dt class="spec value" id="val-node_finish_session"><a href="#val-node_finish_session" class="anchor"></a><code><span class="keyword">val</span> node_finish_session : <a href="../../InferIR/InferIR/Procdesc/Node/index.html#type-t">InferIR.Procdesc.Node.t</a> <span>&#45;&gt;</span> unit</code></dt><dd><p>Finish a session, and perform delayed print actions if required</p></dd></dl><dl><dt class="spec value" id="val-node_start_session"><a href="#val-node_start_session" class="anchor"></a><code><span class="keyword">val</span> node_start_session : <span>pp_name:<span>(Stdlib.Format.formatter <span>&#45;&gt;</span> unit)</span></span> <span>&#45;&gt;</span> <a href="../../InferIR/InferIR/Procdesc/Node/index.html#type-t">InferIR.Procdesc.Node.t</a> <span>&#45;&gt;</span> int <span>&#45;&gt;</span> unit</code></dt><dd><p>Start a session, and create a new html fine for the node if it does not exist yet</p></dd></dl><dl><dt class="spec value" id="val-write_proc_html"><a href="#val-write_proc_html" class="anchor"></a><code><span class="keyword">val</span> write_proc_html : <a href="../../InferIR/InferIR/Procdesc/index.html#type-t">InferIR.Procdesc.t</a> <span>&#45;&gt;</span> unit</code></dt><dd><p>Write html file for the procedure.</p></dd></dl><dl><dt class="spec value" id="val-write_all_html_files"><a href="#val-write_all_html_files" class="anchor"></a><code><span class="keyword">val</span> write_all_html_files : <a href="../../InferBase/InferBase/SourceFile/index.html#type-t">InferBase.SourceFile.t</a> <span>&#45;&gt;</span> unit</code></dt><dd><p>Create filename.ext.html for each file in the cluster.</p></dd></dl></div></body></html>