Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 4371d3368644c35d973c1717a39b9bf2 > files > 20

ocaml-bisect-devel-1.3-7.mga4.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="Up" href="ReportGeneric.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of class methods" rel=Appendix href="index_methods.html">
<link title="Index of class types" rel=Appendix href="index_class_types.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Runtime" rel="Chapter" href="Runtime.html">
<link title="Common" rel="Chapter" href="Common.html">
<link title="Version" rel="Chapter" href="Version.html">
<link title="ReportXML" rel="Chapter" href="ReportXML.html">
<link title="ReportUtils" rel="Chapter" href="ReportUtils.html">
<link title="ReportHTML" rel="Chapter" href="ReportHTML.html">
<link title="CombineAST" rel="Chapter" href="CombineAST.html">
<link title="ReportStat" rel="Chapter" href="ReportStat.html">
<link title="ReportGeneric" rel="Chapter" href="ReportGeneric.html">
<link title="Combine" rel="Chapter" href="Combine.html">
<link title="ReportXMLEmma" rel="Chapter" href="ReportXMLEmma.html">
<link title="ReportDump" rel="Chapter" href="ReportDump.html">
<link title="ReportArgs" rel="Chapter" href="ReportArgs.html">
<link title="ReportCSV" rel="Chapter" href="ReportCSV.html">
<link title="CombineParser" rel="Chapter" href="CombineParser.html">
<link title="CombineLexer" rel="Chapter" href="CombineLexer.html">
<link title="ReportText" rel="Chapter" href="ReportText.html"><title>ReportGeneric.converter</title>
</head>
<body>
<div class="navbar">&nbsp;<a class="up" href="ReportGeneric.html" title="ReportGeneric">Up</a>
&nbsp;</div>
<h1>Class type <a href="type_ReportGeneric.converter.html">ReportGeneric.converter</a></h1>

<pre><span id="TYPEconverter"><span class="keyword">class type</span> converter</span> = <code class="code">object</code> <a href="ReportGeneric.converter-c.html">..</a> <code class="code">end</code></pre><div class="info classtype top">
The class type defining a generic output.<br>
</div>
<hr width="100%">

<pre><span id="METHODheader"><span class="keyword">method</span> header</span> : <code class="type">string</code></pre><div class="info ">
Should return the overall header for output.<br>
</div>

<pre><span id="METHODfooter"><span class="keyword">method</span> footer</span> : <code class="type">string</code></pre><div class="info ">
Should return the overall footer for output.<br>
</div>

<pre><span id="METHODsummary"><span class="keyword">method</span> summary</span> : <code class="type"><a href="ReportStat.html#TYPEall">ReportStat.all</a> -> string</code></pre><div class="info ">
Should return the overall summary for passed statistics.<br>
</div>

<pre><span id="METHODfile_header"><span class="keyword">method</span> file_header</span> : <code class="type">string -> string</code></pre><div class="info ">
Should return the header for passed file.<br>
</div>

<pre><span id="METHODfile_footer"><span class="keyword">method</span> file_footer</span> : <code class="type">string -> string</code></pre><div class="info ">
Should return the footer for passed file.<br>
</div>

<pre><span id="METHODfile_summary"><span class="keyword">method</span> file_summary</span> : <code class="type"><a href="ReportStat.html#TYPEall">ReportStat.all</a> -> string</code></pre><div class="info ">
Should return the file summary for passed statistics.<br>
</div>

<pre><span id="METHODpoint"><span class="keyword">method</span> point</span> : <code class="type">int -> int -> <a href="Common.html#TYPEpoint_kind">Common.point_kind</a> -> string</code></pre><div class="info ">
<code class="code">point o n k</code> should return the output for a given point, <code class="code">o</code>
        being the offset, <code class="code">n</code> the number of visits, and <code class="code">k</code> the point
        kind.<br>
</div>
</body></html>