This file is indexed.

/usr/share/doc/libwreport-doc/apidocs/internals_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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!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: internals.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
   &#160;<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&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Data&#160;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&#160;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><li class="navelem"><a class="el" href="dir_968e33d435a609c295bc1a478dd13c33.html">bulletin</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">internals.h</div>  </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="preprocessor">#ifndef WREPORT_BULLETIN_INTERNALS_H</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="preprocessor">#define WREPORT_BULLETIN_INTERNALS_H</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;</div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="varinfo_8h.html">wreport/varinfo.h</a>&gt;</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="preprocessor">#include &lt;wreport/opcodes.h&gt;</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="preprocessor">#include &lt;wreport/bulletin/interpreter.h&gt;</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="preprocessor">#include &lt;vector&gt;</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="preprocessor">#include &lt;memory&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="preprocessor">#include &lt;cmath&gt;</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacewreport.html">wreport</a> {</div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="keyword">struct </span>Var;</div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="keyword">struct </span>Subset;</div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="keyword">struct </span>Bulletin;</div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;</div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="keyword">namespace </span>bulletin {</div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"><a class="line" href="structwreport_1_1bulletin_1_1UncompressedEncoder.html">   22</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structwreport_1_1bulletin_1_1UncompressedEncoder.html">UncompressedEncoder</a> : <span class="keyword">public</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html">bulletin::Interpreter</a></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;{</div><div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="structwreport_1_1bulletin_1_1UncompressedEncoder.html#a47d1705b19a81161048a3537c9649c24">   25</a></span>&#160;    <span class="keyword">const</span> <a class="code" href="structwreport_1_1Subset.html">Subset</a>&amp; <a class="code" href="structwreport_1_1bulletin_1_1UncompressedEncoder.html#a47d1705b19a81161048a3537c9649c24">current_subset</a>;</div><div class="line"><a name="l00027"></a><span class="lineno"><a class="line" href="structwreport_1_1bulletin_1_1UncompressedEncoder.html#a17a3c8324ef7d81b033c15afb7e09118">   27</a></span>&#160;    <span class="keywordtype">unsigned</span> <a class="code" href="structwreport_1_1bulletin_1_1UncompressedEncoder.html#a17a3c8324ef7d81b033c15afb7e09118">current_var</a> = 0;</div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;</div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;    <a class="code" href="structwreport_1_1bulletin_1_1UncompressedEncoder.html">UncompressedEncoder</a>(<span class="keyword">const</span> <a class="code" href="structwreport_1_1Bulletin.html">Bulletin</a>&amp; bulletin, <span class="keywordtype">unsigned</span> subset_no);</div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;    <span class="keyword">virtual</span> ~<a class="code" href="structwreport_1_1bulletin_1_1UncompressedEncoder.html">UncompressedEncoder</a>();</div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;</div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;    <span class="keyword">const</span> <a class="code" href="classwreport_1_1Var.html">Var</a>&amp; <a class="code" href="structwreport_1_1bulletin_1_1UncompressedEncoder.html#ae0d1fe73d993dd610c509a0e3f4bd68d">peek_var</a>();</div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;</div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;    <span class="keyword">const</span> <a class="code" href="classwreport_1_1Var.html">Var</a>&amp; <a class="code" href="structwreport_1_1bulletin_1_1UncompressedEncoder.html#a3f3a247b40b38f9d1fd1e4bd2a1d399b">get_var</a>();</div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;</div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;    <span class="keyword">const</span> <a class="code" href="classwreport_1_1Var.html">Var</a>&amp; <a class="code" href="structwreport_1_1bulletin_1_1UncompressedEncoder.html#a3f3a247b40b38f9d1fd1e4bd2a1d399b">get_var</a>(<span class="keywordtype">unsigned</span> pos) <span class="keyword">const</span>;</div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;</div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1bulletin_1_1UncompressedEncoder.html#aea6ff97ecff8a6ee90cca3463b21dd75">define_bitmap</a>(<span class="keywordtype">unsigned</span> bitmap_size) <span class="keyword">override</span>;</div><div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;</div><div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1bulletin_1_1UncompressedEncoder.html#aec29edea1c07dd449c13ec7a63fb3794">define_variable</a>(<a class="code" href="structwreport_1_1__Varinfo.html">Varinfo</a> info) <span class="keyword">override</span>;</div><div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;    <span class="keywordtype">unsigned</span> <a class="code" href="structwreport_1_1bulletin_1_1UncompressedEncoder.html#ae3b12f4f5c33fdf4f0b29a1fd797b0ff">define_delayed_replication_factor</a>(<a class="code" href="structwreport_1_1__Varinfo.html">Varinfo</a> info) <span class="keyword">override</span>;</div><div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;    <span class="keywordtype">unsigned</span> <a class="code" href="structwreport_1_1bulletin_1_1UncompressedEncoder.html#abc738f28aac1a911689dd9ad177b0d41">define_associated_field_significance</a>(<a class="code" href="structwreport_1_1__Varinfo.html">Varinfo</a> info) <span class="keyword">override</span>;</div><div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;    <span class="keywordtype">unsigned</span> <a class="code" href="structwreport_1_1bulletin_1_1UncompressedEncoder.html#ac78e596c5fd7eb783bc1fed88550e34b">define_bitmap_delayed_replication_factor</a>(<a class="code" href="structwreport_1_1__Varinfo.html">Varinfo</a> info) <span class="keyword">override</span>;</div><div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;</div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;    <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1bulletin_1_1UncompressedEncoder.html#a883d8f1979d0198cbec2425cf0a2aa83">encode_var</a>(<a class="code" href="structwreport_1_1__Varinfo.html">Varinfo</a> info, <span class="keyword">const</span> <a class="code" href="classwreport_1_1Var.html">Var</a>&amp; var);</div><div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;</div><div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;    <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1bulletin_1_1UncompressedEncoder.html#ad155d508859c1bb8e7b791c2958afbc9">encode_associated_field</a>(<span class="keyword">const</span> <a class="code" href="classwreport_1_1Var.html">Var</a>&amp; var);</div><div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;};</div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;</div><div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="structwreport_1_1bulletin_1_1UncompressedDecoder.html">   69</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structwreport_1_1bulletin_1_1UncompressedDecoder.html">UncompressedDecoder</a> : <span class="keyword">public</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html">bulletin::Interpreter</a></div><div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;{</div><div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="structwreport_1_1bulletin_1_1UncompressedDecoder.html#acfb4a01a7a373fbbf57a18ddca401ef8">   72</a></span>&#160;    <a class="code" href="structwreport_1_1Subset.html">Subset</a>&amp; <a class="code" href="structwreport_1_1bulletin_1_1UncompressedDecoder.html#acfb4a01a7a373fbbf57a18ddca401ef8">output_subset</a>;</div><div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;</div><div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;    <a class="code" href="structwreport_1_1bulletin_1_1UncompressedDecoder.html">UncompressedDecoder</a>(<a class="code" href="structwreport_1_1Bulletin.html">Bulletin</a>&amp; bulletin, <span class="keywordtype">unsigned</span> subset_no);</div><div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;    ~<a class="code" href="structwreport_1_1bulletin_1_1UncompressedDecoder.html">UncompressedDecoder</a>();</div><div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;};</div><div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;</div><div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="structwreport_1_1bulletin_1_1CompressedDecoder.html">   78</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structwreport_1_1bulletin_1_1CompressedDecoder.html">CompressedDecoder</a> : <span class="keyword">public</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html">bulletin::Interpreter</a></div><div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;{</div><div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;    <a class="code" href="structwreport_1_1Bulletin.html">Bulletin</a>&amp; output_bulletin;</div><div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;</div><div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;    <a class="code" href="structwreport_1_1bulletin_1_1CompressedDecoder.html">CompressedDecoder</a>(<a class="code" href="structwreport_1_1Bulletin.html">Bulletin</a>&amp; bulletin);</div><div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;    <span class="keyword">virtual</span> ~<a class="code" href="structwreport_1_1bulletin_1_1CompressedDecoder.html">CompressedDecoder</a>();</div><div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;};</div><div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;</div><div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;}</div><div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;}</div><div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;</div><div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;<span class="preprocessor">#endif</span></div><div class="ttc" id="structwreport_1_1bulletin_1_1UncompressedEncoder_html_aea6ff97ecff8a6ee90cca3463b21dd75"><div class="ttname"><a href="structwreport_1_1bulletin_1_1UncompressedEncoder.html#aea6ff97ecff8a6ee90cca3463b21dd75">wreport::bulletin::UncompressedEncoder::define_bitmap</a></div><div class="ttdeci">void define_bitmap(unsigned bitmap_size) override</div><div class="ttdoc">Request processing of a data present bitmap. </div></div>
<div class="ttc" id="structwreport_1_1bulletin_1_1UncompressedEncoder_html_a883d8f1979d0198cbec2425cf0a2aa83"><div class="ttname"><a href="structwreport_1_1bulletin_1_1UncompressedEncoder.html#a883d8f1979d0198cbec2425cf0a2aa83">wreport::bulletin::UncompressedEncoder::encode_var</a></div><div class="ttdeci">virtual void encode_var(Varinfo info, const Var &amp;var)</div><div class="ttdoc">Encode a variable. </div></div>
<div class="ttc" id="structwreport_1_1bulletin_1_1CompressedDecoder_html"><div class="ttname"><a href="structwreport_1_1bulletin_1_1CompressedDecoder.html">wreport::bulletin::CompressedDecoder</a></div><div class="ttdef"><b>Definition:</b> internals.h:78</div></div>
<div class="ttc" id="classwreport_1_1Var_html"><div class="ttname"><a href="classwreport_1_1Var.html">wreport::Var</a></div><div class="ttdoc">A physical variable. </div><div class="ttdef"><b>Definition:</b> var.h:23</div></div>
<div class="ttc" id="structwreport_1_1bulletin_1_1UncompressedEncoder_html_a17a3c8324ef7d81b033c15afb7e09118"><div class="ttname"><a href="structwreport_1_1bulletin_1_1UncompressedEncoder.html#a17a3c8324ef7d81b033c15afb7e09118">wreport::bulletin::UncompressedEncoder::current_var</a></div><div class="ttdeci">unsigned current_var</div><div class="ttdoc">Index of the next variable to be visited. </div><div class="ttdef"><b>Definition:</b> internals.h:27</div></div>
<div class="ttc" id="structwreport_1_1bulletin_1_1UncompressedEncoder_html_ad155d508859c1bb8e7b791c2958afbc9"><div class="ttname"><a href="structwreport_1_1bulletin_1_1UncompressedEncoder.html#ad155d508859c1bb8e7b791c2958afbc9">wreport::bulletin::UncompressedEncoder::encode_associated_field</a></div><div class="ttdeci">virtual void encode_associated_field(const Var &amp;var)</div><div class="ttdoc">Encode an attribute for an associated field. </div></div>
<div class="ttc" id="structwreport_1_1Bulletin_html"><div class="ttname"><a href="structwreport_1_1Bulletin.html">wreport::Bulletin</a></div><div class="ttdoc">Storage for the decoded data of a BUFR or CREX message. </div><div class="ttdef"><b>Definition:</b> bulletin.h:29</div></div>
<div class="ttc" id="structwreport_1_1bulletin_1_1UncompressedEncoder_html"><div class="ttname"><a href="structwreport_1_1bulletin_1_1UncompressedEncoder.html">wreport::bulletin::UncompressedEncoder</a></div><div class="ttdoc">Base Interpreter specialisation for message encoders that works on a subset at a time. </div><div class="ttdef"><b>Definition:</b> internals.h:22</div></div>
<div class="ttc" id="structwreport_1_1bulletin_1_1UncompressedEncoder_html_a47d1705b19a81161048a3537c9649c24"><div class="ttname"><a href="structwreport_1_1bulletin_1_1UncompressedEncoder.html#a47d1705b19a81161048a3537c9649c24">wreport::bulletin::UncompressedEncoder::current_subset</a></div><div class="ttdeci">const Subset &amp; current_subset</div><div class="ttdoc">Current subset (used to refer to past variables) </div><div class="ttdef"><b>Definition:</b> internals.h:25</div></div>
<div class="ttc" id="structwreport_1_1__Varinfo_html"><div class="ttname"><a href="structwreport_1_1__Varinfo.html">wreport::_Varinfo</a></div><div class="ttdoc">Information about a variable. </div><div class="ttdef"><b>Definition:</b> varinfo.h:135</div></div>
<div class="ttc" id="structwreport_1_1bulletin_1_1UncompressedEncoder_html_ae0d1fe73d993dd610c509a0e3f4bd68d"><div class="ttname"><a href="structwreport_1_1bulletin_1_1UncompressedEncoder.html#ae0d1fe73d993dd610c509a0e3f4bd68d">wreport::bulletin::UncompressedEncoder::peek_var</a></div><div class="ttdeci">const Var &amp; peek_var()</div><div class="ttdoc">Get the next variable, without incrementing current_var. </div></div>
<div class="ttc" id="structwreport_1_1bulletin_1_1UncompressedEncoder_html_ae3b12f4f5c33fdf4f0b29a1fd797b0ff"><div class="ttname"><a href="structwreport_1_1bulletin_1_1UncompressedEncoder.html#ae3b12f4f5c33fdf4f0b29a1fd797b0ff">wreport::bulletin::UncompressedEncoder::define_delayed_replication_factor</a></div><div class="ttdeci">unsigned define_delayed_replication_factor(Varinfo info) override</div><div class="ttdoc">Request processing, according to info, of a data variabile that is significant for controlling the en...</div></div>
<div class="ttc" id="structwreport_1_1bulletin_1_1UncompressedEncoder_html_abc738f28aac1a911689dd9ad177b0d41"><div class="ttname"><a href="structwreport_1_1bulletin_1_1UncompressedEncoder.html#abc738f28aac1a911689dd9ad177b0d41">wreport::bulletin::UncompressedEncoder::define_associated_field_significance</a></div><div class="ttdeci">unsigned define_associated_field_significance(Varinfo info) override</div><div class="ttdoc">Request processing of an associated field significance variable (B31021). </div></div>
<div class="ttc" id="structwreport_1_1bulletin_1_1UncompressedEncoder_html_ac78e596c5fd7eb783bc1fed88550e34b"><div class="ttname"><a href="structwreport_1_1bulletin_1_1UncompressedEncoder.html#ac78e596c5fd7eb783bc1fed88550e34b">wreport::bulletin::UncompressedEncoder::define_bitmap_delayed_replication_factor</a></div><div class="ttdeci">unsigned define_bitmap_delayed_replication_factor(Varinfo info) override</div><div class="ttdoc">Request processing of a delayed replication factor variable used to encode the size of a bitmap...</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_1bulletin_1_1Interpreter_html"><div class="ttname"><a href="structwreport_1_1bulletin_1_1Interpreter.html">wreport::bulletin::Interpreter</a></div><div class="ttdoc">Interpreter for data descriptor sections. </div><div class="ttdef"><b>Definition:</b> interpreter.h:25</div></div>
<div class="ttc" id="varinfo_8h_html"><div class="ttname"><a href="varinfo_8h.html">varinfo.h</a></div><div class="ttdoc">Implement fast access to information about WMO variables. </div></div>
<div class="ttc" id="structwreport_1_1bulletin_1_1UncompressedEncoder_html_aec29edea1c07dd449c13ec7a63fb3794"><div class="ttname"><a href="structwreport_1_1bulletin_1_1UncompressedEncoder.html#aec29edea1c07dd449c13ec7a63fb3794">wreport::bulletin::UncompressedEncoder::define_variable</a></div><div class="ttdeci">void define_variable(Varinfo info) override</div><div class="ttdoc">Request processing, according to info, of a data variable. </div></div>
<div class="ttc" id="structwreport_1_1Subset_html"><div class="ttname"><a href="structwreport_1_1Subset.html">wreport::Subset</a></div><div class="ttdoc">Represent a BUFR/CREX data subset as a list of decoded variables. </div><div class="ttdef"><b>Definition:</b> subset.h:13</div></div>
<div class="ttc" id="structwreport_1_1bulletin_1_1UncompressedDecoder_html"><div class="ttname"><a href="structwreport_1_1bulletin_1_1UncompressedDecoder.html">wreport::bulletin::UncompressedDecoder</a></div><div class="ttdef"><b>Definition:</b> internals.h:69</div></div>
<div class="ttc" id="structwreport_1_1bulletin_1_1UncompressedDecoder_html_acfb4a01a7a373fbbf57a18ddca401ef8"><div class="ttname"><a href="structwreport_1_1bulletin_1_1UncompressedDecoder.html#acfb4a01a7a373fbbf57a18ddca401ef8">wreport::bulletin::UncompressedDecoder::output_subset</a></div><div class="ttdeci">Subset &amp; output_subset</div><div class="ttdoc">Subset where decoded variables go. </div><div class="ttdef"><b>Definition:</b> internals.h:72</div></div>
<div class="ttc" id="structwreport_1_1bulletin_1_1UncompressedEncoder_html_a3f3a247b40b38f9d1fd1e4bd2a1d399b"><div class="ttname"><a href="structwreport_1_1bulletin_1_1UncompressedEncoder.html#a3f3a247b40b38f9d1fd1e4bd2a1d399b">wreport::bulletin::UncompressedEncoder::get_var</a></div><div class="ttdeci">const Var &amp; get_var()</div><div class="ttdoc">Get the next variable, incrementing current_var by 1. </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 &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>