/usr/share/doc/libwreport-doc/apidocs/interpreter_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 86 87 88 89 90 91 92 93 94 95 96 97 | <!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: interpreter.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><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">interpreter.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_BULLETIN_INTERPETER_H</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="preprocessor">#define WREPORT_BULLETIN_INTERPETER_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/bulletin/bitmaps.h></span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="preprocessor">#include <wreport/bulletin/associated_fields.h></span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="preprocessor">#include <wreport/opcodes.h></span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="preprocessor">#include <wreport/tables.h></span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="preprocessor">#include <memory></span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="preprocessor">#include <stack></span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> </div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <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> <span class="keyword">struct </span>Vartable;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="keyword">struct </span>DTable;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="keyword">struct </span>Var;</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> </div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="keyword">namespace </span>bulletin {</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> </div><div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="structwreport_1_1bulletin_1_1Interpreter.html"> 25</a></span> <span class="keyword">struct </span><a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html">Interpreter</a></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span> {</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  <span class="keyword">const</span> <a class="code" href="structwreport_1_1Tables.html">Tables</a>& tables;</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  std::stack<Opcodes> opcode_stack;</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span> </div><div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="structwreport_1_1bulletin_1_1Interpreter.html#ab1c89dd7dee0e176262350846b29fc1b"> 31</a></span>  <a class="code" href="structwreport_1_1bulletin_1_1Bitmaps.html">Bitmaps</a> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html#ab1c89dd7dee0e176262350846b29fc1b">bitmaps</a>;</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span> </div><div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="structwreport_1_1bulletin_1_1Interpreter.html#a9bcef31a8334647842a845bfdcfe0091"> 34</a></span>  <a class="code" href="structwreport_1_1bulletin_1_1AssociatedField.html">AssociatedField</a> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html#a9bcef31a8334647842a845bfdcfe0091">associated_field</a>;</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span> </div><div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="structwreport_1_1bulletin_1_1Interpreter.html#a0f10e1335fbd9faca3253f47a0692e22"> 37</a></span>  <span class="keywordtype">int</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html#a0f10e1335fbd9faca3253f47a0692e22">c_scale_change</a> = 0;</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span> </div><div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="structwreport_1_1bulletin_1_1Interpreter.html#adc298ba1eb76729bcb8833649cdbce39"> 40</a></span>  <span class="keywordtype">int</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html#adc298ba1eb76729bcb8833649cdbce39">c_width_change</a> = 0;</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span> </div><div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="structwreport_1_1bulletin_1_1Interpreter.html#ac8e88a14bd9927b7191f8bb21cdc48f4"> 43</a></span>  <span class="keywordtype">int</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html#ac8e88a14bd9927b7191f8bb21cdc48f4">c_scale_ref_width_increase</a> = 0;</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span> </div><div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="structwreport_1_1bulletin_1_1Interpreter.html#a719287c442da5dd3fd77dab6db0ee342"> 49</a></span>  <span class="keywordtype">int</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html#a719287c442da5dd3fd77dab6db0ee342">c_string_len_override</a> = 0;</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="keyword">protected</span>:</div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  <a class="code" href="structwreport_1_1__Varinfo.html">Varinfo</a> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html#add2a32642daa16ad535b310799836a01">get_varinfo</a>(<a class="code" href="namespacewreport.html#af9fa16e12fde1ccfb4ce11b3988f5b05">Varcode</a> code);</div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span> </div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span> <span class="keyword">public</span>:</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html">Interpreter</a>(<span class="keyword">const</span> <a class="code" href="structwreport_1_1Tables.html">Tables</a>& tables, <span class="keyword">const</span> <a class="code" href="structwreport_1_1Opcodes.html">Opcodes</a>& opcodes);</div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  <span class="keyword">virtual</span> ~<a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html">Interpreter</a>();</div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span> </div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html">Interpreter</a>(<span class="keyword">const</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html">Interpreter</a>&) = <span class="keyword">delete</span>;</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html">Interpreter</a>& operator=(<span class="keyword">const</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html">Interpreter</a>&) = <span class="keyword">delete</span>;</div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span> </div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html#a4393e97dacba957296d38ce73ff42903">run</a>();</div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span> </div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html#a4b775b2aa21bc89bb8196f0777126e2f">b_variable</a>(<a class="code" href="namespacewreport.html#af9fa16e12fde1ccfb4ce11b3988f5b05">Varcode</a> code);</div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span> </div><div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html#a51577c7c72da9f9cab50021e6a53faad">c_modifier</a>(<a class="code" href="namespacewreport.html#af9fa16e12fde1ccfb4ce11b3988f5b05">Varcode</a> code, <a class="code" href="structwreport_1_1Opcodes.html">Opcodes</a>& next);</div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span> </div><div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html#a126876fd805f6bba74e2cb2b68478cc7">r_replication</a>(<a class="code" href="namespacewreport.html#af9fa16e12fde1ccfb4ce11b3988f5b05">Varcode</a> code, <a class="code" href="namespacewreport.html#af9fa16e12fde1ccfb4ce11b3988f5b05">Varcode</a> delayed_code, <span class="keyword">const</span> <a class="code" href="structwreport_1_1Opcodes.html">Opcodes</a>& ops);</div><div class="line"><a name="l00099"></a><span class="lineno"> 99</span> </div><div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html#a9872fed3f2e46390890ba6470d0811f9">r_bitmap</a>(<a class="code" href="namespacewreport.html#af9fa16e12fde1ccfb4ce11b3988f5b05">Varcode</a> code, <a class="code" href="namespacewreport.html#af9fa16e12fde1ccfb4ce11b3988f5b05">Varcode</a> delayed_code, <span class="keyword">const</span> <a class="code" href="structwreport_1_1Opcodes.html">Opcodes</a>& ops);</div><div class="line"><a name="l00104"></a><span class="lineno"> 104</span> </div><div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html#ae48d9625002d2e72a18f458607f229f7">run_r_repetition</a>(<span class="keywordtype">unsigned</span> cur, <span class="keywordtype">unsigned</span> total);</div><div class="line"><a name="l00118"></a><span class="lineno"> 118</span> </div><div class="line"><a name="l00129"></a><span class="lineno"> 129</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html#ad47c21bb1cceb024e82cf2352e89fa74">run_d_expansion</a>(<a class="code" href="namespacewreport.html#af9fa16e12fde1ccfb4ce11b3988f5b05">Varcode</a> code);</div><div class="line"><a name="l00130"></a><span class="lineno"> 130</span> </div><div class="line"><a name="l00146"></a><span class="lineno"> 146</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html#a83d4ff2a65f0a885561c826008270053">define_bitmap</a>(<span class="keywordtype">unsigned</span> bitmap_size);</div><div class="line"><a name="l00147"></a><span class="lineno"> 147</span> </div><div class="line"><a name="l00154"></a><span class="lineno"> 154</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html#a8f9a8fe0e913186c1d477bbb93db956e">define_variable</a>(<a class="code" href="structwreport_1_1__Varinfo.html">Varinfo</a> info);</div><div class="line"><a name="l00155"></a><span class="lineno"> 155</span> </div><div class="line"><a name="l00166"></a><span class="lineno"> 166</span>  <span class="keyword">virtual</span> <span class="keywordtype">unsigned</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html#a77ee0bc3de9500f20a9af95bea14eb7e">define_delayed_replication_factor</a>(<a class="code" href="structwreport_1_1__Varinfo.html">Varinfo</a> info);</div><div class="line"><a name="l00167"></a><span class="lineno"> 167</span> </div><div class="line"><a name="l00174"></a><span class="lineno"> 174</span>  <span class="keyword">virtual</span> <span class="keywordtype">unsigned</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html#a386160fb8a041663bc6a364bd22b45e4">define_bitmap_delayed_replication_factor</a>(<a class="code" href="structwreport_1_1__Varinfo.html">Varinfo</a> info);</div><div class="line"><a name="l00175"></a><span class="lineno"> 175</span> </div><div class="line"><a name="l00182"></a><span class="lineno"> 182</span>  <span class="keyword">virtual</span> <span class="keywordtype">unsigned</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html#ad33c35f906b74be6f34965551608670a">define_associated_field_significance</a>(<a class="code" href="structwreport_1_1__Varinfo.html">Varinfo</a> info);</div><div class="line"><a name="l00183"></a><span class="lineno"> 183</span> </div><div class="line"><a name="l00188"></a><span class="lineno"> 188</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html#a02cc8313fa31906b53a5c4763a8b68b9">define_substituted_value</a>(<span class="keywordtype">unsigned</span> pos);</div><div class="line"><a name="l00189"></a><span class="lineno"> 189</span> </div><div class="line"><a name="l00194"></a><span class="lineno"> 194</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html#a0824df7ae13ce6fb50b698b9a1050366">define_attribute</a>(<a class="code" href="structwreport_1_1__Varinfo.html">Varinfo</a> info, <span class="keywordtype">unsigned</span> pos);</div><div class="line"><a name="l00195"></a><span class="lineno"> 195</span> </div><div class="line"><a name="l00197"></a><span class="lineno"> 197</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html#a5087575262aa4ca4d188a3659d762ec8">define_raw_character_data</a>(<a class="code" href="namespacewreport.html#af9fa16e12fde1ccfb4ce11b3988f5b05">Varcode</a> code);</div><div class="line"><a name="l00198"></a><span class="lineno"> 198</span> };</div><div class="line"><a name="l00199"></a><span class="lineno"> 199</span> </div><div class="line"><a name="l00200"></a><span class="lineno"> 200</span> </div><div class="line"><a name="l00205"></a><span class="lineno"><a class="line" href="classwreport_1_1bulletin_1_1Printer.html"> 205</a></span> <span class="keyword">class </span><a class="code" href="classwreport_1_1bulletin_1_1Printer.html">Printer</a> : <span class="keyword">public</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html">Interpreter</a></div><div class="line"><a name="l00206"></a><span class="lineno"> 206</span> {</div><div class="line"><a name="l00207"></a><span class="lineno"> 207</span> <span class="keyword">protected</span>:</div><div class="line"><a name="l00214"></a><span class="lineno"> 214</span>  <span class="keywordtype">void</span> print_lead(<a class="code" href="namespacewreport.html#af9fa16e12fde1ccfb4ce11b3988f5b05">Varcode</a> code);</div><div class="line"><a name="l00215"></a><span class="lineno"> 215</span> </div><div class="line"><a name="l00216"></a><span class="lineno"> 216</span> <span class="keyword">public</span>:</div><div class="line"><a name="l00222"></a><span class="lineno"><a class="line" href="classwreport_1_1bulletin_1_1Printer.html#aa2b7fd51e02e3043b180b77c2c8bb266"> 222</a></span>  FILE* <a class="code" href="classwreport_1_1bulletin_1_1Printer.html#aa2b7fd51e02e3043b180b77c2c8bb266">out</a>;</div><div class="line"><a name="l00223"></a><span class="lineno"> 223</span> </div><div class="line"><a name="l00230"></a><span class="lineno"><a class="line" href="classwreport_1_1bulletin_1_1Printer.html#aedd0017f1d41717276a3879f22664fcd"> 230</a></span>  <span class="keywordtype">unsigned</span> <a class="code" href="classwreport_1_1bulletin_1_1Printer.html#aedd0017f1d41717276a3879f22664fcd">indent</a>;</div><div class="line"><a name="l00231"></a><span class="lineno"> 231</span> </div><div class="line"><a name="l00233"></a><span class="lineno"><a class="line" href="classwreport_1_1bulletin_1_1Printer.html#a8822f7e0b92ef31370bc0801e386f36c"> 233</a></span>  <span class="keywordtype">unsigned</span> <a class="code" href="classwreport_1_1bulletin_1_1Printer.html#a8822f7e0b92ef31370bc0801e386f36c">indent_step</a>;</div><div class="line"><a name="l00234"></a><span class="lineno"> 234</span> </div><div class="line"><a name="l00235"></a><span class="lineno"> 235</span>  <a class="code" href="classwreport_1_1bulletin_1_1Printer.html">Printer</a>(<span class="keyword">const</span> <a class="code" href="structwreport_1_1Tables.html">Tables</a>& tables, <span class="keyword">const</span> <a class="code" href="structwreport_1_1Opcodes.html">Opcodes</a>& opcodes);</div><div class="line"><a name="l00236"></a><span class="lineno"> 236</span> </div><div class="line"><a name="l00237"></a><span class="lineno"> 237</span>  <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html#a4b775b2aa21bc89bb8196f0777126e2f">b_variable</a>(<a class="code" href="namespacewreport.html#af9fa16e12fde1ccfb4ce11b3988f5b05">Varcode</a> code) <span class="keyword">override</span>;</div><div class="line"><a name="l00238"></a><span class="lineno"> 238</span>  <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html#a51577c7c72da9f9cab50021e6a53faad">c_modifier</a>(<a class="code" href="namespacewreport.html#af9fa16e12fde1ccfb4ce11b3988f5b05">Varcode</a> code, <a class="code" href="structwreport_1_1Opcodes.html">Opcodes</a>& next) <span class="keyword">override</span>;</div><div class="line"><a name="l00239"></a><span class="lineno"> 239</span>  <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html#a126876fd805f6bba74e2cb2b68478cc7">r_replication</a>(<a class="code" href="namespacewreport.html#af9fa16e12fde1ccfb4ce11b3988f5b05">Varcode</a> code, <a class="code" href="namespacewreport.html#af9fa16e12fde1ccfb4ce11b3988f5b05">Varcode</a> delayed_code, <span class="keyword">const</span> <a class="code" href="structwreport_1_1Opcodes.html">Opcodes</a>& ops) <span class="keyword">override</span>;</div><div class="line"><a name="l00240"></a><span class="lineno"> 240</span>  <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html#ad47c21bb1cceb024e82cf2352e89fa74">run_d_expansion</a>(<a class="code" href="namespacewreport.html#af9fa16e12fde1ccfb4ce11b3988f5b05">Varcode</a> code) <span class="keyword">override</span>;</div><div class="line"><a name="l00241"></a><span class="lineno"> 241</span>  <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html#a8f9a8fe0e913186c1d477bbb93db956e">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="l00242"></a><span class="lineno"> 242</span>  <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html#a83d4ff2a65f0a885561c826008270053">define_bitmap</a>(<span class="keywordtype">unsigned</span> bitmap_size) <span class="keyword">override</span>;</div><div class="line"><a name="l00243"></a><span class="lineno"> 243</span>  <span class="keywordtype">unsigned</span> <a class="code" href="structwreport_1_1bulletin_1_1Interpreter.html#a386160fb8a041663bc6a364bd22b45e4">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="l00244"></a><span class="lineno"> 244</span> };</div><div class="line"><a name="l00245"></a><span class="lineno"> 245</span> </div><div class="line"><a name="l00246"></a><span class="lineno"> 246</span> </div><div class="line"><a name="l00247"></a><span class="lineno"> 247</span> }</div><div class="line"><a name="l00248"></a><span class="lineno"> 248</span> }</div><div class="line"><a name="l00249"></a><span class="lineno"> 249</span> <span class="preprocessor">#endif</span></div><div class="ttc" id="structwreport_1_1bulletin_1_1Bitmaps_html"><div class="ttname"><a href="structwreport_1_1bulletin_1_1Bitmaps.html">wreport::bulletin::Bitmaps</a></div><div class="ttdef"><b>Definition:</b> bitmaps.h:65</div></div>
<div class="ttc" id="structwreport_1_1bulletin_1_1Interpreter_html_ad33c35f906b74be6f34965551608670a"><div class="ttname"><a href="structwreport_1_1bulletin_1_1Interpreter.html#ad33c35f906b74be6f34965551608670a">wreport::bulletin::Interpreter::define_associated_field_significance</a></div><div class="ttdeci">virtual unsigned define_associated_field_significance(Varinfo info)</div><div class="ttdoc">Request processing of an associated field significance variable (B31021). </div></div>
<div class="ttc" id="structwreport_1_1bulletin_1_1Interpreter_html_a4b775b2aa21bc89bb8196f0777126e2f"><div class="ttname"><a href="structwreport_1_1bulletin_1_1Interpreter.html#a4b775b2aa21bc89bb8196f0777126e2f">wreport::bulletin::Interpreter::b_variable</a></div><div class="ttdeci">virtual void b_variable(Varcode code)</div><div class="ttdoc">Notify of a B variable entry. </div></div>
<div class="ttc" id="structwreport_1_1bulletin_1_1Interpreter_html_a9872fed3f2e46390890ba6470d0811f9"><div class="ttname"><a href="structwreport_1_1bulletin_1_1Interpreter.html#a9872fed3f2e46390890ba6470d0811f9">wreport::bulletin::Interpreter::r_bitmap</a></div><div class="ttdeci">virtual void r_bitmap(Varcode code, Varcode delayed_code, const Opcodes &ops)</div><div class="ttdoc">Handle a replicated section which defines a bitmap. </div></div>
<div class="ttc" id="structwreport_1_1bulletin_1_1Interpreter_html_a77ee0bc3de9500f20a9af95bea14eb7e"><div class="ttname"><a href="structwreport_1_1bulletin_1_1Interpreter.html#a77ee0bc3de9500f20a9af95bea14eb7e">wreport::bulletin::Interpreter::define_delayed_replication_factor</a></div><div class="ttdeci">virtual unsigned define_delayed_replication_factor(Varinfo info)</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_1Interpreter_html_a51577c7c72da9f9cab50021e6a53faad"><div class="ttname"><a href="structwreport_1_1bulletin_1_1Interpreter.html#a51577c7c72da9f9cab50021e6a53faad">wreport::bulletin::Interpreter::c_modifier</a></div><div class="ttdeci">virtual void c_modifier(Varcode code, Opcodes &next)</div><div class="ttdoc">Notify of a C modifier. </div></div>
<div class="ttc" id="structwreport_1_1bulletin_1_1Interpreter_html_a0824df7ae13ce6fb50b698b9a1050366"><div class="ttname"><a href="structwreport_1_1bulletin_1_1Interpreter.html#a0824df7ae13ce6fb50b698b9a1050366">wreport::bulletin::Interpreter::define_attribute</a></div><div class="ttdeci">virtual void define_attribute(Varinfo info, unsigned pos)</div><div class="ttdoc">Request processing of an attribute encoded with info, related to the variable as position pos in the ...</div></div>
<div class="ttc" id="structwreport_1_1bulletin_1_1Interpreter_html_ae48d9625002d2e72a18f458607f229f7"><div class="ttname"><a href="structwreport_1_1bulletin_1_1Interpreter.html#ae48d9625002d2e72a18f458607f229f7">wreport::bulletin::Interpreter::run_r_repetition</a></div><div class="ttdeci">virtual void run_r_repetition(unsigned cur, unsigned total)</div><div class="ttdoc">Executes a repetition of the opcodes on top of the stack. </div></div>
<div class="ttc" id="structwreport_1_1bulletin_1_1Interpreter_html_ad47c21bb1cceb024e82cf2352e89fa74"><div class="ttname"><a href="structwreport_1_1bulletin_1_1Interpreter.html#ad47c21bb1cceb024e82cf2352e89fa74">wreport::bulletin::Interpreter::run_d_expansion</a></div><div class="ttdeci">virtual void run_d_expansion(Varcode code)</div><div class="ttdoc">Executes the expansion of code, which has been put on top of the opcode stack. </div></div>
<div class="ttc" id="structwreport_1_1Tables_html"><div class="ttname"><a href="structwreport_1_1Tables.html">wreport::Tables</a></div><div class="ttdoc">Collection of BUFR/CREX tables used to work on a bulletin. </div><div class="ttdef"><b>Definition:</b> tables.h:17</div></div>
<div class="ttc" id="classwreport_1_1bulletin_1_1Printer_html_a8822f7e0b92ef31370bc0801e386f36c"><div class="ttname"><a href="classwreport_1_1bulletin_1_1Printer.html#a8822f7e0b92ef31370bc0801e386f36c">wreport::bulletin::Printer::indent_step</a></div><div class="ttdeci">unsigned indent_step</div><div class="ttdoc">How many spaces in an indentation level. </div><div class="ttdef"><b>Definition:</b> interpreter.h:233</div></div>
<div class="ttc" id="structwreport_1_1bulletin_1_1Interpreter_html_a83d4ff2a65f0a885561c826008270053"><div class="ttname"><a href="structwreport_1_1bulletin_1_1Interpreter.html#a83d4ff2a65f0a885561c826008270053">wreport::bulletin::Interpreter::define_bitmap</a></div><div class="ttdeci">virtual void define_bitmap(unsigned bitmap_size)</div><div class="ttdoc">Request processing of a data present bitmap. </div></div>
<div class="ttc" id="classwreport_1_1bulletin_1_1Printer_html"><div class="ttname"><a href="classwreport_1_1bulletin_1_1Printer.html">wreport::bulletin::Printer</a></div><div class="ttdoc">Interpreter that pretty-prints the opcodes using indentation to show structure. </div><div class="ttdef"><b>Definition:</b> interpreter.h:205</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_1bulletin_1_1Interpreter_html_add2a32642daa16ad535b310799836a01"><div class="ttname"><a href="structwreport_1_1bulletin_1_1Interpreter.html#add2a32642daa16ad535b310799836a01">wreport::bulletin::Interpreter::get_varinfo</a></div><div class="ttdeci">Varinfo get_varinfo(Varcode code)</div><div class="ttdoc">Return a Varinfo for the given Varcode, applying all relevant C modifications that are currently acti...</div></div>
<div class="ttc" id="classwreport_1_1bulletin_1_1Printer_html_aedd0017f1d41717276a3879f22664fcd"><div class="ttname"><a href="classwreport_1_1bulletin_1_1Printer.html#aedd0017f1d41717276a3879f22664fcd">wreport::bulletin::Printer::indent</a></div><div class="ttdeci">unsigned indent</div><div class="ttdoc">Current indent level. </div><div class="ttdef"><b>Definition:</b> interpreter.h:230</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_1Interpreter_html_a4393e97dacba957296d38ce73ff42903"><div class="ttname"><a href="structwreport_1_1bulletin_1_1Interpreter.html#a4393e97dacba957296d38ce73ff42903">wreport::bulletin::Interpreter::run</a></div><div class="ttdeci">void run()</div><div class="ttdoc">Run the interpreter. </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_1bulletin_1_1Interpreter_html_adc298ba1eb76729bcb8833649cdbce39"><div class="ttname"><a href="structwreport_1_1bulletin_1_1Interpreter.html#adc298ba1eb76729bcb8833649cdbce39">wreport::bulletin::Interpreter::c_width_change</a></div><div class="ttdeci">int c_width_change</div><div class="ttdoc">Current value of width change from C modifier. </div><div class="ttdef"><b>Definition:</b> interpreter.h:40</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="structwreport_1_1bulletin_1_1AssociatedField_html"><div class="ttname"><a href="structwreport_1_1bulletin_1_1AssociatedField.html">wreport::bulletin::AssociatedField</a></div><div class="ttdef"><b>Definition:</b> associated_fields.h:12</div></div>
<div class="ttc" id="structwreport_1_1bulletin_1_1Interpreter_html_a0f10e1335fbd9faca3253f47a0692e22"><div class="ttname"><a href="structwreport_1_1bulletin_1_1Interpreter.html#a0f10e1335fbd9faca3253f47a0692e22">wreport::bulletin::Interpreter::c_scale_change</a></div><div class="ttdeci">int c_scale_change</div><div class="ttdoc">Current value of scale change from C modifier. </div><div class="ttdef"><b>Definition:</b> interpreter.h:37</div></div>
<div class="ttc" id="structwreport_1_1bulletin_1_1Interpreter_html_a02cc8313fa31906b53a5c4763a8b68b9"><div class="ttname"><a href="structwreport_1_1bulletin_1_1Interpreter.html#a02cc8313fa31906b53a5c4763a8b68b9">wreport::bulletin::Interpreter::define_substituted_value</a></div><div class="ttdeci">virtual void define_substituted_value(unsigned pos)</div><div class="ttdoc">Request processing of a substituted value corresponding to position pos in the list or previous varia...</div></div>
<div class="ttc" id="structwreport_1_1bulletin_1_1Interpreter_html_ab1c89dd7dee0e176262350846b29fc1b"><div class="ttname"><a href="structwreport_1_1bulletin_1_1Interpreter.html#ab1c89dd7dee0e176262350846b29fc1b">wreport::bulletin::Interpreter::bitmaps</a></div><div class="ttdeci">Bitmaps bitmaps</div><div class="ttdoc">Bitmap iteration. </div><div class="ttdef"><b>Definition:</b> interpreter.h:31</div></div>
<div class="ttc" id="classwreport_1_1bulletin_1_1Printer_html_aa2b7fd51e02e3043b180b77c2c8bb266"><div class="ttname"><a href="classwreport_1_1bulletin_1_1Printer.html#aa2b7fd51e02e3043b180b77c2c8bb266">wreport::bulletin::Printer::out</a></div><div class="ttdeci">FILE * out</div><div class="ttdoc">Output stream. </div><div class="ttdef"><b>Definition:</b> interpreter.h:222</div></div>
<div class="ttc" id="structwreport_1_1bulletin_1_1Interpreter_html_a719287c442da5dd3fd77dab6db0ee342"><div class="ttname"><a href="structwreport_1_1bulletin_1_1Interpreter.html#a719287c442da5dd3fd77dab6db0ee342">wreport::bulletin::Interpreter::c_string_len_override</a></div><div class="ttdeci">int c_string_len_override</div><div class="ttdoc">Current value of string length override from C08 modifiers (0 for no override) </div><div class="ttdef"><b>Definition:</b> interpreter.h:49</div></div>
<div class="ttc" id="structwreport_1_1bulletin_1_1Interpreter_html_ac8e88a14bd9927b7191f8bb21cdc48f4"><div class="ttname"><a href="structwreport_1_1bulletin_1_1Interpreter.html#ac8e88a14bd9927b7191f8bb21cdc48f4">wreport::bulletin::Interpreter::c_scale_ref_width_increase</a></div><div class="ttdeci">int c_scale_ref_width_increase</div><div class="ttdoc">Increase of scale, reference value and data width. </div><div class="ttdef"><b>Definition:</b> interpreter.h:43</div></div>
<div class="ttc" id="structwreport_1_1bulletin_1_1Interpreter_html_a386160fb8a041663bc6a364bd22b45e4"><div class="ttname"><a href="structwreport_1_1bulletin_1_1Interpreter.html#a386160fb8a041663bc6a364bd22b45e4">wreport::bulletin::Interpreter::define_bitmap_delayed_replication_factor</a></div><div class="ttdeci">virtual unsigned define_bitmap_delayed_replication_factor(Varinfo info)</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="structwreport_1_1bulletin_1_1Interpreter_html_a9bcef31a8334647842a845bfdcfe0091"><div class="ttname"><a href="structwreport_1_1bulletin_1_1Interpreter.html#a9bcef31a8334647842a845bfdcfe0091">wreport::bulletin::Interpreter::associated_field</a></div><div class="ttdeci">AssociatedField associated_field</div><div class="ttdoc">Current associated field state. </div><div class="ttdef"><b>Definition:</b> interpreter.h:34</div></div>
<div class="ttc" id="structwreport_1_1bulletin_1_1Interpreter_html_a5087575262aa4ca4d188a3659d762ec8"><div class="ttname"><a href="structwreport_1_1bulletin_1_1Interpreter.html#a5087575262aa4ca4d188a3659d762ec8">wreport::bulletin::Interpreter::define_raw_character_data</a></div><div class="ttdeci">virtual void define_raw_character_data(Varcode code)</div><div class="ttdoc">Request processing of C05yyy raw character data. </div></div>
<div class="ttc" id="structwreport_1_1bulletin_1_1Interpreter_html_a8f9a8fe0e913186c1d477bbb93db956e"><div class="ttname"><a href="structwreport_1_1bulletin_1_1Interpreter.html#a8f9a8fe0e913186c1d477bbb93db956e">wreport::bulletin::Interpreter::define_variable</a></div><div class="ttdeci">virtual void define_variable(Varinfo info)</div><div class="ttdoc">Request processing, according to info, of a data variable. </div></div>
<div class="ttc" id="structwreport_1_1bulletin_1_1Interpreter_html_a126876fd805f6bba74e2cb2b68478cc7"><div class="ttname"><a href="structwreport_1_1bulletin_1_1Interpreter.html#a126876fd805f6bba74e2cb2b68478cc7">wreport::bulletin::Interpreter::r_replication</a></div><div class="ttdeci">virtual void r_replication(Varcode code, Varcode delayed_code, const Opcodes &ops)</div><div class="ttdoc">Handle a replicated section. </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>
|