/usr/share/doc/libwreport-doc/apidocs/dtable_8h_source.html is in libwreport-doc 3.6-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>libwreport: dtable.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">libwreport
 <span id="projectnumber">3.6</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>Globals</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_a77a435eba5a6a11d9ac0a833d87986c.html">wreport</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">dtable.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="preprocessor">#ifndef WREPORT_DTABLE_H</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="preprocessor">#define WREPORT_DTABLE_H</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> </div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="preprocessor">#include <wreport/opcodes.h></span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="preprocessor">#include <string></span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="preprocessor">#include <vector></span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> </div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="keyword">namespace </span><a class="code" href="namespacewreport.html">wreport</a> {</div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> </div><div class="line"><a name="l00013"></a><span class="lineno"><a class="line" href="structwreport_1_1DTable.html"> 13</a></span> <span class="keyword">struct </span><a class="code" href="structwreport_1_1DTable.html">DTable</a></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> {</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>  <span class="keyword">virtual</span> ~<a class="code" href="structwreport_1_1DTable.html">DTable</a>();</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> </div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>  <span class="keyword">virtual</span> std::string <a class="code" href="structwreport_1_1DTable.html#a4523d9148463e11753aa5eea4b00e4b7">pathname</a>() <span class="keyword">const</span> = 0;</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span> </div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>  <span class="keyword">virtual</span> <a class="code" href="structwreport_1_1Opcodes.html">Opcodes</a> <a class="code" href="structwreport_1_1DTable.html#a3184c9b7ed370ca8345003f371a4daef">query</a>(<a class="code" href="namespacewreport.html#af9fa16e12fde1ccfb4ce11b3988f5b05">Varcode</a> var) <span class="keyword">const</span> = 0;</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span> </div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="structwreport_1_1DTable.html">DTable</a>* <a class="code" href="structwreport_1_1DTable.html#adf553777f58507e4ed8cff656b3d0c3e">load_bufr</a>(<span class="keyword">const</span> std::string& <a class="code" href="structwreport_1_1DTable.html#a4523d9148463e11753aa5eea4b00e4b7">pathname</a>);</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span> </div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="structwreport_1_1DTable.html">DTable</a>* <a class="code" href="structwreport_1_1DTable.html#a17f1aa8248374b467a50ef781ed98eaa">load_crex</a>(<span class="keyword">const</span> std::string& pathname);</div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span> };</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span> </div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span> </div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span> }</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span> </div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span> <span class="preprocessor">#endif</span></div><div class="ttc" id="structwreport_1_1DTable_html_adf553777f58507e4ed8cff656b3d0c3e"><div class="ttname"><a href="structwreport_1_1DTable.html#adf553777f58507e4ed8cff656b3d0c3e">wreport::DTable::load_bufr</a></div><div class="ttdeci">static const DTable * load_bufr(const std::string &pathname)</div><div class="ttdoc">Return a BUFR D table, by file name. </div></div>
<div class="ttc" id="structwreport_1_1DTable_html_a17f1aa8248374b467a50ef781ed98eaa"><div class="ttname"><a href="structwreport_1_1DTable.html#a17f1aa8248374b467a50ef781ed98eaa">wreport::DTable::load_crex</a></div><div class="ttdeci">static const DTable * load_crex(const std::string &pathname)</div><div class="ttdoc">Return a CREX D table, by file name. </div></div>
<div class="ttc" id="namespacewreport_html_af9fa16e12fde1ccfb4ce11b3988f5b05"><div class="ttname"><a href="namespacewreport.html#af9fa16e12fde1ccfb4ce11b3988f5b05">wreport::Varcode</a></div><div class="ttdeci">uint16_t Varcode</div><div class="ttdoc">Holds the WMO variable code of a variable. </div><div class="ttdef"><b>Definition:</b> varinfo.h:57</div></div>
<div class="ttc" id="structwreport_1_1DTable_html_a3184c9b7ed370ca8345003f371a4daef"><div class="ttname"><a href="structwreport_1_1DTable.html#a3184c9b7ed370ca8345003f371a4daef">wreport::DTable::query</a></div><div class="ttdeci">virtual Opcodes query(Varcode var) const =0</div><div class="ttdoc">Query the DTable. </div></div>
<div class="ttc" id="structwreport_1_1Opcodes_html"><div class="ttname"><a href="structwreport_1_1Opcodes.html">wreport::Opcodes</a></div><div class="ttdoc">Sequence of opcodes, as a slice of a Varcode vector. </div><div class="ttdef"><b>Definition:</b> opcodes.h:19</div></div>
<div class="ttc" id="structwreport_1_1DTable_html"><div class="ttname"><a href="structwreport_1_1DTable.html">wreport::DTable</a></div><div class="ttdoc">BUFR/CREX table D with Dxxyyy aggregate code expansions. </div><div class="ttdef"><b>Definition:</b> dtable.h:13</div></div>
<div class="ttc" id="namespacewreport_html"><div class="ttname"><a href="namespacewreport.html">wreport</a></div><div class="ttdoc">String functions. </div><div class="ttdef"><b>Definition:</b> benchmark.h:13</div></div>
<div class="ttc" id="structwreport_1_1DTable_html_a4523d9148463e11753aa5eea4b00e4b7"><div class="ttname"><a href="structwreport_1_1DTable.html#a4523d9148463e11753aa5eea4b00e4b7">wreport::DTable::pathname</a></div><div class="ttdeci">virtual std::string pathname() const =0</div><div class="ttdoc">Return the pathname of the file from which this table has been loaded. </div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Aug 18 2016 13:32:18 for libwreport by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
|