This file is indexed.

/usr/share/doc/libwreport-doc/apidocs/error_8h_source.html is in libwreport-doc 3.5-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
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
<!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.9.1"/>
<title>libwreport: error.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 style="padding-left: 0.5em;">
   <div id="projectname">libwreport
   &#160;<span id="projectnumber">3.5</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
  <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>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">error.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="error_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="preprocessor">#ifndef WREPORT_ERROR_H</span></div>
<div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="preprocessor">#define WREPORT_ERROR_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;stdexcept&gt;</span></div>
<div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div>
<div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;</div>
<div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacewreport.html">wreport</a> {</div>
<div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;</div>
<div class="line"><a name="l00021"></a><span class="lineno"><a class="line" href="namespacewreport.html#a53c24a445a0ba1700685384ab3230af0">   21</a></span>&#160;<span class="keyword">enum</span> <a class="code" href="namespacewreport.html#a53c24a445a0ba1700685384ab3230af0">ErrorCode</a> {</div>
<div class="line"><a name="l00023"></a><span class="lineno"><a class="line" href="namespacewreport.html#a53c24a445a0ba1700685384ab3230af0a0a6009ec05f8781f071f1059556be8fb">   23</a></span>&#160;    <a class="code" href="namespacewreport.html#a53c24a445a0ba1700685384ab3230af0a0a6009ec05f8781f071f1059556be8fb">WR_ERR_NONE</a>                 =  0,</div>
<div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;    <span class="comment">// Item not found</span></div>
<div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;    WR_ERR_NOTFOUND             =  1,</div>
<div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;    <span class="comment">// Wrong variable type</span></div>
<div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;    WR_ERR_TYPE                 =  2,</div>
<div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;    <span class="comment">// Cannot allocate memory</span></div>
<div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;    WR_ERR_ALLOC                =  3,</div>
<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;    <span class="comment">// ODBC error</span></div>
<div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;    WR_ERR_ODBC                 =  4,</div>
<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;    <span class="comment">// Handle management error</span></div>
<div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;    WR_ERR_HANDLES              =  5,</div>
<div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;    <span class="comment">// Buffer is too short to fit data</span></div>
<div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;    WR_ERR_TOOLONG              =  6,</div>
<div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;    <span class="comment">// Error reported by the system</span></div>
<div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;    WR_ERR_SYSTEM               =  7,</div>
<div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;    <span class="comment">// Consistency check failed</span></div>
<div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;    WR_ERR_CONSISTENCY          =  8,</div>
<div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;    <span class="comment">// Parse error</span></div>
<div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;    WR_ERR_PARSE                =  9,</div>
<div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;    <span class="comment">// Write error</span></div>
<div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;    WR_ERR_WRITE                = 10,</div>
<div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;    <span class="comment">// Regular expression error</span></div>
<div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;    WR_ERR_REGEX                = 11,</div>
<div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;    <span class="comment">// Feature not implemented</span></div>
<div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;    WR_ERR_UNIMPLEMENTED        = 12,</div>
<div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;    <span class="comment">// Value outside acceptable domain</span></div>
<div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;    WR_ERR_DOMAIN               = 13</div>
<div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;};</div>
<div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;</div>
<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="error_8h.html#ac90261814c6621766ebec4d00df9f794">   56</a></span>&#160;<span class="preprocessor">#define WREPORT_THROWF_ATTRS(a, b) __attribute__ ((noreturn, format(printf, a, b)))</span></div>
<div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;</div>
<div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="structwreport_1_1error.html">   59</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structwreport_1_1error.html">error</a> : <span class="keyword">public</span> std::exception</div>
<div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;{</div>
<div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;    <span class="keyword">virtual</span> <a class="code" href="namespacewreport.html#a53c24a445a0ba1700685384ab3230af0">ErrorCode</a> <a class="code" href="structwreport_1_1error.html#a921cac5395114280c5c6f112ff496150">code</a>() <span class="keyword">const</span> noexcept = 0;</div>
<div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;</div>
<div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;    <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="structwreport_1_1error.html#ad2f9daadace0da98fd26c33014a3fd5f">what</a>() <span class="keyword">const</span> noexcept = 0;</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">   72</span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="structwreport_1_1error.html#ae28f097e88cb6b9d406ddcd979ac56c1">strerror</a>(<a class="code" href="namespacewreport.html#a53c24a445a0ba1700685384ab3230af0">ErrorCode</a> <a class="code" href="structwreport_1_1error.html#a921cac5395114280c5c6f112ff496150">code</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;</div>
<div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="structwreport_1_1error__alloc.html">   76</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structwreport_1_1error__alloc.html">error_alloc</a> : <span class="keyword">public</span> <a class="code" href="structwreport_1_1error.html">error</a></div>
<div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;{</div>
<div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="structwreport_1_1error__alloc.html#a80ac7757e9ea6469d40aa5cda22f962e">   79</a></span>&#160;    <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="structwreport_1_1error__alloc.html#a80ac7757e9ea6469d40aa5cda22f962e">msg</a>;</div>
<div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;</div>
<div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="structwreport_1_1error__alloc.html#ad865d6f9457fbf6d62bb2765989f5b3f">   87</a></span>&#160;    <a class="code" href="structwreport_1_1error__alloc.html#ad865d6f9457fbf6d62bb2765989f5b3f">error_alloc</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* msg) : msg(msg) {}</div>
<div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;    ~<a class="code" href="structwreport_1_1error__alloc.html">error_alloc</a>() {}</div>
<div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;</div>
<div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="structwreport_1_1error__alloc.html#ae84ef8d8263d47c6e56c3aeb02d22ab9">   90</a></span>&#160;    <a class="code" href="namespacewreport.html#a53c24a445a0ba1700685384ab3230af0">ErrorCode</a> <a class="code" href="structwreport_1_1error__alloc.html#ae84ef8d8263d47c6e56c3aeb02d22ab9">code</a>() const noexcept<span class="keyword"> override </span>{ <span class="keywordflow">return</span> WR_ERR_ALLOC; }</div>
<div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;</div>
<div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="structwreport_1_1error__alloc.html#aa77fe0f9edc35bd00fd566e1833fde63">   93</a></span>&#160;    <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="structwreport_1_1error__alloc.html#aa77fe0f9edc35bd00fd566e1833fde63">what</a>() const noexcept<span class="keyword"> override </span>{ <span class="keywordflow">return</span> <a class="code" href="structwreport_1_1error__alloc.html#a80ac7757e9ea6469d40aa5cda22f962e">msg</a>; }</div>
<div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;};</div>
<div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;</div>
<div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160;<span class="keyword">namespace </span>errors {</div>
<div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;<span class="keyword">template</span>&lt;ErrorCode ERROR_CODE&gt;</div>
<div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="structwreport_1_1errors_1_1StringBase.html">   98</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structwreport_1_1errors_1_1StringBase.html">StringBase</a> : <span class="keyword">public</span> <a class="code" href="structwreport_1_1error.html">error</a></div>
<div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;{</div>
<div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="structwreport_1_1errors_1_1StringBase.html#a9ae8358c0262f2e981e12ff9626dbe11">  101</a></span>&#160;    std::string <a class="code" href="structwreport_1_1errors_1_1StringBase.html#a9ae8358c0262f2e981e12ff9626dbe11">msg</a>;</div>
<div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;</div>
<div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="structwreport_1_1errors_1_1StringBase.html#a6c2222c3de44d8c9f5cf16b83c01a48d">  104</a></span>&#160;    <a class="code" href="structwreport_1_1errors_1_1StringBase.html#a6c2222c3de44d8c9f5cf16b83c01a48d">StringBase</a>(<span class="keyword">const</span> std::string&amp; msg) noexcept : <a class="code" href="structwreport_1_1errors_1_1StringBase.html#a9ae8358c0262f2e981e12ff9626dbe11">msg</a>(msg) {}</div>
<div class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;</div>
<div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="structwreport_1_1errors_1_1StringBase.html#a2f573d6f79c1ee27aaf5aef8cc558d7f">  106</a></span>&#160;    <a class="code" href="namespacewreport.html#a53c24a445a0ba1700685384ab3230af0">ErrorCode</a> <a class="code" href="structwreport_1_1errors_1_1StringBase.html#a2f573d6f79c1ee27aaf5aef8cc558d7f">code</a>() const noexcept<span class="keyword"> override </span>{ <span class="keywordflow">return</span> ERROR_CODE; }</div>
<div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;</div>
<div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="structwreport_1_1errors_1_1StringBase.html#a2f76a7c2f2dbcbaeb9de97d36fa73a28">  108</a></span>&#160;    <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="structwreport_1_1errors_1_1StringBase.html#a2f76a7c2f2dbcbaeb9de97d36fa73a28">what</a>() const noexcept<span class="keyword"> override </span>{ <span class="keywordflow">return</span> msg.c_str(); }</div>
<div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;</div>
<div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;};</div>
<div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;}</div>
<div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;</div>
<div class="line"><a name="l00114"></a><span class="lineno"><a class="line" href="structwreport_1_1error__notfound.html">  114</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structwreport_1_1error__notfound.html">error_notfound</a> : <span class="keyword">public</span> <a class="code" href="structwreport_1_1errors_1_1StringBase.html">errors::StringBase</a>&lt;WR_ERR_NOTFOUND&gt;</div>
<div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;{</div>
<div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160;    <span class="keyword">using</span> StringBase::StringBase;</div>
<div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;</div>
<div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;    <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1error__notfound.html#a9f1ad36195a221eaaa610779b4b8dd97">throwf</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* fmt, ...) <a class="code" href="error_8h.html#ac90261814c6621766ebec4d00df9f794">WREPORT_THROWF_ATTRS</a>(1, 2);</div>
<div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160;};</div>
<div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;</div>
<div class="line"><a name="l00126"></a><span class="lineno"><a class="line" href="structwreport_1_1error__type.html">  126</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structwreport_1_1error__type.html">error_type</a> : <span class="keyword">public</span> <a class="code" href="structwreport_1_1errors_1_1StringBase.html">errors::StringBase</a>&lt;WR_ERR_TYPE&gt;</div>
<div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;{</div>
<div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;    <span class="keyword">using</span> StringBase::StringBase;</div>
<div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;</div>
<div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;    <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1error__type.html#a968f4afe366879fa27a8c95658ed24f7">throwf</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* fmt, ...) <a class="code" href="error_8h.html#ac90261814c6621766ebec4d00df9f794">WREPORT_THROWF_ATTRS</a>(1, 2);</div>
<div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;};</div>
<div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;</div>
<div class="line"><a name="l00139"></a><span class="lineno"><a class="line" href="structwreport_1_1error__handles.html">  139</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structwreport_1_1error__handles.html">error_handles</a> : <span class="keyword">public</span> <a class="code" href="structwreport_1_1errors_1_1StringBase.html">errors::StringBase</a>&lt;WR_ERR_HANDLES&gt;</div>
<div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;{</div>
<div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;    <span class="keyword">using</span> StringBase::StringBase;</div>
<div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;</div>
<div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;    <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1error__handles.html#ac50cb45a4b070f1eb41fbb193e850da0">throwf</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* fmt, ...) <a class="code" href="error_8h.html#ac90261814c6621766ebec4d00df9f794">WREPORT_THROWF_ATTRS</a>(1, 2);</div>
<div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;};</div>
<div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;</div>
<div class="line"><a name="l00148"></a><span class="lineno"><a class="line" href="structwreport_1_1error__toolong.html">  148</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structwreport_1_1error__toolong.html">error_toolong</a> : <span class="keyword">public</span> <a class="code" href="structwreport_1_1errors_1_1StringBase.html">errors::StringBase</a>&lt;WR_ERR_TOOLONG&gt;</div>
<div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;{</div>
<div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160;    <span class="keyword">using</span> StringBase::StringBase;</div>
<div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;</div>
<div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;    <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1error__toolong.html#a5555e3e36226c8f362805489f72280f9">throwf</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* fmt, ...) <a class="code" href="error_8h.html#ac90261814c6621766ebec4d00df9f794">WREPORT_THROWF_ATTRS</a>(1, 2);</div>
<div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;};</div>
<div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160;</div>
<div class="line"><a name="l00160"></a><span class="lineno"><a class="line" href="structwreport_1_1error__system.html">  160</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structwreport_1_1error__system.html">error_system</a> : <span class="keyword">public</span> <a class="code" href="structwreport_1_1errors_1_1StringBase.html">errors::StringBase</a>&lt;WR_ERR_SYSTEM&gt;</div>
<div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;{</div>
<div class="line"><a name="l00167"></a><span class="lineno">  167</span>&#160;    <a class="code" href="structwreport_1_1error__system.html#ae18eecd6d249030286a7893fe93dd064">error_system</a>(<span class="keyword">const</span> std::string&amp; <a class="code" href="structwreport_1_1errors_1_1StringBase.html#a9ae8358c0262f2e981e12ff9626dbe11">msg</a>);</div>
<div class="line"><a name="l00168"></a><span class="lineno">  168</span>&#160;</div>
<div class="line"><a name="l00176"></a><span class="lineno">  176</span>&#160;    <a class="code" href="structwreport_1_1error__system.html#ae18eecd6d249030286a7893fe93dd064">error_system</a>(<span class="keyword">const</span> std::string&amp; msg, <span class="keywordtype">int</span> errno_val);</div>
<div class="line"><a name="l00177"></a><span class="lineno">  177</span>&#160;</div>
<div class="line"><a name="l00179"></a><span class="lineno">  179</span>&#160;    <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1error__system.html#ae91b8d57c825a893e74599a1e2664844">throwf</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* fmt, ...) <a class="code" href="error_8h.html#ac90261814c6621766ebec4d00df9f794">WREPORT_THROWF_ATTRS</a>(1, 2);</div>
<div class="line"><a name="l00180"></a><span class="lineno">  180</span>&#160;};</div>
<div class="line"><a name="l00181"></a><span class="lineno">  181</span>&#160;</div>
<div class="line"><a name="l00183"></a><span class="lineno"><a class="line" href="structwreport_1_1error__consistency.html">  183</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structwreport_1_1error__consistency.html">error_consistency</a> : <span class="keyword">public</span> <a class="code" href="structwreport_1_1errors_1_1StringBase.html">errors::StringBase</a>&lt;WR_ERR_CONSISTENCY&gt;</div>
<div class="line"><a name="l00184"></a><span class="lineno">  184</span>&#160;{</div>
<div class="line"><a name="l00185"></a><span class="lineno">  185</span>&#160;    <span class="keyword">using</span> StringBase::StringBase;</div>
<div class="line"><a name="l00186"></a><span class="lineno">  186</span>&#160;</div>
<div class="line"><a name="l00188"></a><span class="lineno">  188</span>&#160;    <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1error__consistency.html#a22f0dee29efd6cf59393aea113f162bc">throwf</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* fmt, ...) <a class="code" href="error_8h.html#ac90261814c6621766ebec4d00df9f794">WREPORT_THROWF_ATTRS</a>(1, 2);</div>
<div class="line"><a name="l00189"></a><span class="lineno">  189</span>&#160;};</div>
<div class="line"><a name="l00190"></a><span class="lineno">  190</span>&#160;</div>
<div class="line"><a name="l00192"></a><span class="lineno"><a class="line" href="structwreport_1_1error__parse.html">  192</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structwreport_1_1error__parse.html">error_parse</a> : <span class="keyword">public</span> <a class="code" href="structwreport_1_1errors_1_1StringBase.html">errors::StringBase</a>&lt;WR_ERR_PARSE&gt;</div>
<div class="line"><a name="l00193"></a><span class="lineno">  193</span>&#160;{</div>
<div class="line"><a name="l00194"></a><span class="lineno">  194</span>&#160;    <span class="keyword">using</span> StringBase::StringBase;</div>
<div class="line"><a name="l00195"></a><span class="lineno">  195</span>&#160;</div>
<div class="line"><a name="l00204"></a><span class="lineno">  204</span>&#160;    <a class="code" href="structwreport_1_1error__parse.html#ad4603d4b99ff920f72227768c81d06f9">error_parse</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* file, <span class="keywordtype">int</span> line, <span class="keyword">const</span> std::string&amp; <a class="code" href="structwreport_1_1errors_1_1StringBase.html#a9ae8358c0262f2e981e12ff9626dbe11">msg</a>);</div>
<div class="line"><a name="l00205"></a><span class="lineno">  205</span>&#160;</div>
<div class="line"><a name="l00207"></a><span class="lineno">  207</span>&#160;    <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1error__parse.html#a2c3291fedae026e92ca726480cf24b05">throwf</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* file, <span class="keywordtype">int</span> line, <span class="keyword">const</span> <span class="keywordtype">char</span>* fmt, ...) <a class="code" href="error_8h.html#ac90261814c6621766ebec4d00df9f794">WREPORT_THROWF_ATTRS</a>(3, 4);</div>
<div class="line"><a name="l00208"></a><span class="lineno">  208</span>&#160;};</div>
<div class="line"><a name="l00209"></a><span class="lineno">  209</span>&#160;</div>
<div class="line"><a name="l00211"></a><span class="lineno"><a class="line" href="structwreport_1_1error__regexp.html">  211</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structwreport_1_1error__regexp.html">error_regexp</a> : <span class="keyword">public</span> <a class="code" href="structwreport_1_1errors_1_1StringBase.html">errors::StringBase</a>&lt;WR_ERR_REGEX&gt;</div>
<div class="line"><a name="l00212"></a><span class="lineno">  212</span>&#160;{</div>
<div class="line"><a name="l00222"></a><span class="lineno">  222</span>&#160;    <a class="code" href="structwreport_1_1error__regexp.html#a2c4e4a69d3a6e26b7c868964a38ea1cb">error_regexp</a>(<span class="keywordtype">int</span> <a class="code" href="structwreport_1_1errors_1_1StringBase.html#a2f573d6f79c1ee27aaf5aef8cc558d7f">code</a>, <span class="keywordtype">void</span>* re, <span class="keyword">const</span> std::string&amp; <a class="code" href="structwreport_1_1errors_1_1StringBase.html#a9ae8358c0262f2e981e12ff9626dbe11">msg</a>);</div>
<div class="line"><a name="l00223"></a><span class="lineno">  223</span>&#160;</div>
<div class="line"><a name="l00225"></a><span class="lineno">  225</span>&#160;    <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1error__regexp.html#aa08e674b71a1eb62a927ec36c520e09d">throwf</a>(<span class="keywordtype">int</span> code, <span class="keywordtype">void</span>* re, <span class="keyword">const</span> <span class="keywordtype">char</span>* fmt, ...) <a class="code" href="error_8h.html#ac90261814c6621766ebec4d00df9f794">WREPORT_THROWF_ATTRS</a>(3, 4);</div>
<div class="line"><a name="l00226"></a><span class="lineno">  226</span>&#160;};</div>
<div class="line"><a name="l00227"></a><span class="lineno">  227</span>&#160;</div>
<div class="line"><a name="l00229"></a><span class="lineno"><a class="line" href="structwreport_1_1error__unimplemented.html">  229</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structwreport_1_1error__unimplemented.html">error_unimplemented</a> : <span class="keyword">public</span> <a class="code" href="structwreport_1_1errors_1_1StringBase.html">errors::StringBase</a>&lt;WR_ERR_UNIMPLEMENTED&gt;</div>
<div class="line"><a name="l00230"></a><span class="lineno">  230</span>&#160;{</div>
<div class="line"><a name="l00231"></a><span class="lineno">  231</span>&#160;    <span class="keyword">using</span> StringBase::StringBase;</div>
<div class="line"><a name="l00232"></a><span class="lineno">  232</span>&#160;</div>
<div class="line"><a name="l00234"></a><span class="lineno">  234</span>&#160;    <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1error__unimplemented.html#a33dfd9e1d7a575b4acb38b94d5d33230">throwf</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* fmt, ...) <a class="code" href="error_8h.html#ac90261814c6621766ebec4d00df9f794">WREPORT_THROWF_ATTRS</a>(1, 2);</div>
<div class="line"><a name="l00235"></a><span class="lineno">  235</span>&#160;};</div>
<div class="line"><a name="l00236"></a><span class="lineno">  236</span>&#160;</div>
<div class="line"><a name="l00238"></a><span class="lineno"><a class="line" href="structwreport_1_1error__domain.html">  238</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structwreport_1_1error__domain.html">error_domain</a> : <span class="keyword">public</span> <a class="code" href="structwreport_1_1errors_1_1StringBase.html">errors::StringBase</a>&lt;WR_ERR_DOMAIN&gt;</div>
<div class="line"><a name="l00239"></a><span class="lineno">  239</span>&#160;{</div>
<div class="line"><a name="l00240"></a><span class="lineno">  240</span>&#160;    <span class="keyword">using</span> StringBase::StringBase;</div>
<div class="line"><a name="l00241"></a><span class="lineno">  241</span>&#160;</div>
<div class="line"><a name="l00243"></a><span class="lineno">  243</span>&#160;    <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="structwreport_1_1error__domain.html#a3580ad57a6ff5702b9c68e8a833f5c6d">throwf</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* fmt, ...) <a class="code" href="error_8h.html#ac90261814c6621766ebec4d00df9f794">WREPORT_THROWF_ATTRS</a>(1, 2);</div>
<div class="line"><a name="l00244"></a><span class="lineno">  244</span>&#160;};</div>
<div class="line"><a name="l00245"></a><span class="lineno">  245</span>&#160;</div>
<div class="line"><a name="l00246"></a><span class="lineno">  246</span>&#160;}</div>
<div class="line"><a name="l00247"></a><span class="lineno">  247</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="ttc" id="structwreport_1_1error_html"><div class="ttname"><a href="structwreport_1_1error.html">wreport::error</a></div><div class="ttdoc">Base class for DB-All.e exceptions. </div><div class="ttdef"><b>Definition:</b> error.h:59</div></div>
<div class="ttc" id="structwreport_1_1errors_1_1StringBase_html_a2f76a7c2f2dbcbaeb9de97d36fa73a28"><div class="ttname"><a href="structwreport_1_1errors_1_1StringBase.html#a2f76a7c2f2dbcbaeb9de97d36fa73a28">wreport::errors::StringBase::what</a></div><div class="ttdeci">const char * what() const noexceptoverride</div><div class="ttdoc">Error message. </div><div class="ttdef"><b>Definition:</b> error.h:108</div></div>
<div class="ttc" id="structwreport_1_1error_html_a921cac5395114280c5c6f112ff496150"><div class="ttname"><a href="structwreport_1_1error.html#a921cac5395114280c5c6f112ff496150">wreport::error::code</a></div><div class="ttdeci">virtual ErrorCode code() const noexcept=0</div><div class="ttdoc">Exception-specific error code. </div></div>
<div class="ttc" id="structwreport_1_1error__type_html_a968f4afe366879fa27a8c95658ed24f7"><div class="ttname"><a href="structwreport_1_1error__type.html#a968f4afe366879fa27a8c95658ed24f7">wreport::error_type::throwf</a></div><div class="ttdeci">static void throwf(const char *fmt,...) WREPORT_THROWF_ATTRS(1</div><div class="ttdoc">Throw the exception, building the message printf-style. </div></div>
<div class="ttc" id="structwreport_1_1error__regexp_html_a2c4e4a69d3a6e26b7c868964a38ea1cb"><div class="ttname"><a href="structwreport_1_1error__regexp.html#a2c4e4a69d3a6e26b7c868964a38ea1cb">wreport::error_regexp::error_regexp</a></div><div class="ttdeci">error_regexp(int code, void *re, const std::string &amp;msg)</div></div>
<div class="ttc" id="structwreport_1_1error__regexp_html_aa08e674b71a1eb62a927ec36c520e09d"><div class="ttname"><a href="structwreport_1_1error__regexp.html#aa08e674b71a1eb62a927ec36c520e09d">wreport::error_regexp::throwf</a></div><div class="ttdeci">static void throwf(int code, void *re, const char *fmt,...) WREPORT_THROWF_ATTRS(3</div><div class="ttdoc">Throw the exception, building the message printf-style. </div></div>
<div class="ttc" id="structwreport_1_1error__unimplemented_html_a33dfd9e1d7a575b4acb38b94d5d33230"><div class="ttname"><a href="structwreport_1_1error__unimplemented.html#a33dfd9e1d7a575b4acb38b94d5d33230">wreport::error_unimplemented::throwf</a></div><div class="ttdeci">static void throwf(const char *fmt,...) WREPORT_THROWF_ATTRS(1</div><div class="ttdoc">Throw the exception, building the message printf-style. </div></div>
<div class="ttc" id="structwreport_1_1error__alloc_html"><div class="ttname"><a href="structwreport_1_1error__alloc.html">wreport::error_alloc</a></div><div class="ttdoc">Reports that memory allocation has failed. </div><div class="ttdef"><b>Definition:</b> error.h:76</div></div>
<div class="ttc" id="structwreport_1_1error__regexp_html"><div class="ttname"><a href="structwreport_1_1error__regexp.html">wreport::error_regexp</a></div><div class="ttdoc">Report an error while handling regular expressions. </div><div class="ttdef"><b>Definition:</b> error.h:211</div></div>
<div class="ttc" id="structwreport_1_1error__toolong_html_a5555e3e36226c8f362805489f72280f9"><div class="ttname"><a href="structwreport_1_1error__toolong.html#a5555e3e36226c8f362805489f72280f9">wreport::error_toolong::throwf</a></div><div class="ttdeci">static void throwf(const char *fmt,...) WREPORT_THROWF_ATTRS(1</div><div class="ttdoc">Throw the exception, building the message printf-style. </div></div>
<div class="ttc" id="structwreport_1_1error__parse_html"><div class="ttname"><a href="structwreport_1_1error__parse.html">wreport::error_parse</a></div><div class="ttdoc">Report an error when parsing informations. </div><div class="ttdef"><b>Definition:</b> error.h:192</div></div>
<div class="ttc" id="structwreport_1_1errors_1_1StringBase_html_a2f573d6f79c1ee27aaf5aef8cc558d7f"><div class="ttname"><a href="structwreport_1_1errors_1_1StringBase.html#a2f573d6f79c1ee27aaf5aef8cc558d7f">wreport::errors::StringBase::code</a></div><div class="ttdeci">ErrorCode code() const noexceptoverride</div><div class="ttdoc">Exception-specific error code. </div><div class="ttdef"><b>Definition:</b> error.h:106</div></div>
<div class="ttc" id="structwreport_1_1error__system_html_ae91b8d57c825a893e74599a1e2664844"><div class="ttname"><a href="structwreport_1_1error__system.html#ae91b8d57c825a893e74599a1e2664844">wreport::error_system::throwf</a></div><div class="ttdeci">static void throwf(const char *fmt,...) WREPORT_THROWF_ATTRS(1</div><div class="ttdoc">Throw the exception, building the message printf-style. </div></div>
<div class="ttc" id="structwreport_1_1error__consistency_html"><div class="ttname"><a href="structwreport_1_1error__consistency.html">wreport::error_consistency</a></div><div class="ttdoc">Report an error when a consistency check failed. </div><div class="ttdef"><b>Definition:</b> error.h:183</div></div>
<div class="ttc" id="structwreport_1_1error__domain_html_a3580ad57a6ff5702b9c68e8a833f5c6d"><div class="ttname"><a href="structwreport_1_1error__domain.html#a3580ad57a6ff5702b9c68e8a833f5c6d">wreport::error_domain::throwf</a></div><div class="ttdeci">static void throwf(const char *fmt,...) WREPORT_THROWF_ATTRS(1</div><div class="ttdoc">Throw the exception, building the message printf-style. </div></div>
<div class="ttc" id="structwreport_1_1error__unimplemented_html"><div class="ttname"><a href="structwreport_1_1error__unimplemented.html">wreport::error_unimplemented</a></div><div class="ttdoc">Reports that a feature is still not implemented. </div><div class="ttdef"><b>Definition:</b> error.h:229</div></div>
<div class="ttc" id="namespacewreport_html_a53c24a445a0ba1700685384ab3230af0a0a6009ec05f8781f071f1059556be8fb"><div class="ttname"><a href="namespacewreport.html#a53c24a445a0ba1700685384ab3230af0a0a6009ec05f8781f071f1059556be8fb">wreport::WR_ERR_NONE</a></div><div class="ttdoc">No error. </div><div class="ttdef"><b>Definition:</b> error.h:23</div></div>
<div class="ttc" id="structwreport_1_1error__handles_html"><div class="ttname"><a href="structwreport_1_1error__handles.html">wreport::error_handles</a></div><div class="ttdoc">For functions working with handles, reports a problem with handling handles, such as impossibility to...</div><div class="ttdef"><b>Definition:</b> error.h:139</div></div>
<div class="ttc" id="structwreport_1_1error__type_html"><div class="ttname"><a href="structwreport_1_1error__type.html">wreport::error_type</a></div><div class="ttdoc">For functions handling data with multiple types, reports a mismatch between the type requested and th...</div><div class="ttdef"><b>Definition:</b> error.h:126</div></div>
<div class="ttc" id="structwreport_1_1error__notfound_html_a9f1ad36195a221eaaa610779b4b8dd97"><div class="ttname"><a href="structwreport_1_1error__notfound.html#a9f1ad36195a221eaaa610779b4b8dd97">wreport::error_notfound::throwf</a></div><div class="ttdeci">static void throwf(const char *fmt,...) WREPORT_THROWF_ATTRS(1</div><div class="ttdoc">Throw the exception, building the message printf-style. </div></div>
<div class="ttc" id="structwreport_1_1error__alloc_html_aa77fe0f9edc35bd00fd566e1833fde63"><div class="ttname"><a href="structwreport_1_1error__alloc.html#aa77fe0f9edc35bd00fd566e1833fde63">wreport::error_alloc::what</a></div><div class="ttdeci">const char * what() const noexceptoverride</div><div class="ttdoc">Throw the exception, building the message printf-style. </div><div class="ttdef"><b>Definition:</b> error.h:93</div></div>
<div class="ttc" id="structwreport_1_1error_html_ae28f097e88cb6b9d406ddcd979ac56c1"><div class="ttname"><a href="structwreport_1_1error.html#ae28f097e88cb6b9d406ddcd979ac56c1">wreport::error::strerror</a></div><div class="ttdeci">static const char * strerror(ErrorCode code)</div><div class="ttdoc">String description for an error code. </div></div>
<div class="ttc" id="structwreport_1_1error__alloc_html_ae84ef8d8263d47c6e56c3aeb02d22ab9"><div class="ttname"><a href="structwreport_1_1error__alloc.html#ae84ef8d8263d47c6e56c3aeb02d22ab9">wreport::error_alloc::code</a></div><div class="ttdeci">ErrorCode code() const noexceptoverride</div><div class="ttdoc">Exception-specific error code. </div><div class="ttdef"><b>Definition:</b> error.h:90</div></div>
<div class="ttc" id="structwreport_1_1error__domain_html"><div class="ttname"><a href="structwreport_1_1error__domain.html">wreport::error_domain</a></div><div class="ttdoc">Report that a parameter is outside the acceptable domain. </div><div class="ttdef"><b>Definition:</b> error.h:238</div></div>
<div class="ttc" id="structwreport_1_1error__parse_html_a2c3291fedae026e92ca726480cf24b05"><div class="ttname"><a href="structwreport_1_1error__parse.html#a2c3291fedae026e92ca726480cf24b05">wreport::error_parse::throwf</a></div><div class="ttdeci">static void throwf(const char *file, int line, const char *fmt,...) WREPORT_THROWF_ATTRS(3</div><div class="ttdoc">Throw the exception, building the message printf-style. </div></div>
<div class="ttc" id="structwreport_1_1error__notfound_html"><div class="ttname"><a href="structwreport_1_1error__notfound.html">wreport::error_notfound</a></div><div class="ttdoc">Reports that a search-like function could not find what was requested. </div><div class="ttdef"><b>Definition:</b> error.h:114</div></div>
<div class="ttc" id="structwreport_1_1error__alloc_html_a80ac7757e9ea6469d40aa5cda22f962e"><div class="ttname"><a href="structwreport_1_1error__alloc.html#a80ac7757e9ea6469d40aa5cda22f962e">wreport::error_alloc::msg</a></div><div class="ttdeci">const char * msg</div><div class="ttdoc">error message returned by what() </div><div class="ttdef"><b>Definition:</b> error.h:79</div></div>
<div class="ttc" id="structwreport_1_1error__alloc_html_ad865d6f9457fbf6d62bb2765989f5b3f"><div class="ttname"><a href="structwreport_1_1error__alloc.html#ad865d6f9457fbf6d62bb2765989f5b3f">wreport::error_alloc::error_alloc</a></div><div class="ttdeci">error_alloc(const char *msg)</div><div class="ttdef"><b>Definition:</b> error.h:87</div></div>
<div class="ttc" id="structwreport_1_1error__toolong_html"><div class="ttname"><a href="structwreport_1_1error__toolong.html">wreport::error_toolong</a></div><div class="ttdoc">Report an error with a buffer being to short for the data it needs to fit. </div><div class="ttdef"><b>Definition:</b> error.h:148</div></div>
<div class="ttc" id="structwreport_1_1errors_1_1StringBase_html_a9ae8358c0262f2e981e12ff9626dbe11"><div class="ttname"><a href="structwreport_1_1errors_1_1StringBase.html#a9ae8358c0262f2e981e12ff9626dbe11">wreport::errors::StringBase::msg</a></div><div class="ttdeci">std::string msg</div><div class="ttdoc">error message returned by what() </div><div class="ttdef"><b>Definition:</b> error.h:101</div></div>
<div class="ttc" id="structwreport_1_1errors_1_1StringBase_html_a6c2222c3de44d8c9f5cf16b83c01a48d"><div class="ttname"><a href="structwreport_1_1errors_1_1StringBase.html#a6c2222c3de44d8c9f5cf16b83c01a48d">wreport::errors::StringBase::StringBase</a></div><div class="ttdeci">StringBase(const std::string &amp;msg) noexcept</div><div class="ttdef"><b>Definition:</b> error.h:104</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_1errors_1_1StringBase_html"><div class="ttname"><a href="structwreport_1_1errors_1_1StringBase.html">wreport::errors::StringBase</a></div><div class="ttdef"><b>Definition:</b> error.h:98</div></div>
<div class="ttc" id="structwreport_1_1error__consistency_html_a22f0dee29efd6cf59393aea113f162bc"><div class="ttname"><a href="structwreport_1_1error__consistency.html#a22f0dee29efd6cf59393aea113f162bc">wreport::error_consistency::throwf</a></div><div class="ttdeci">static void throwf(const char *fmt,...) WREPORT_THROWF_ATTRS(1</div><div class="ttdoc">Throw the exception, building the message printf-style. </div></div>
<div class="ttc" id="structwreport_1_1error__system_html"><div class="ttname"><a href="structwreport_1_1error__system.html">wreport::error_system</a></div><div class="ttdoc">Report a system error message. </div><div class="ttdef"><b>Definition:</b> error.h:160</div></div>
<div class="ttc" id="structwreport_1_1error_html_ad2f9daadace0da98fd26c33014a3fd5f"><div class="ttname"><a href="structwreport_1_1error.html#ad2f9daadace0da98fd26c33014a3fd5f">wreport::error::what</a></div><div class="ttdeci">virtual const char * what() const noexcept=0</div><div class="ttdoc">Error message. </div></div>
<div class="ttc" id="error_8h_html_ac90261814c6621766ebec4d00df9f794"><div class="ttname"><a href="error_8h.html#ac90261814c6621766ebec4d00df9f794">WREPORT_THROWF_ATTRS</a></div><div class="ttdeci">#define WREPORT_THROWF_ATTRS(a, b)</div><div class="ttdoc">Tell the compiler that a function always throws and expects printf-style arguments. </div><div class="ttdef"><b>Definition:</b> error.h:56</div></div>
<div class="ttc" id="structwreport_1_1error__parse_html_ad4603d4b99ff920f72227768c81d06f9"><div class="ttname"><a href="structwreport_1_1error__parse.html#ad4603d4b99ff920f72227768c81d06f9">wreport::error_parse::error_parse</a></div><div class="ttdeci">error_parse(const char *file, int line, const std::string &amp;msg)</div></div>
<div class="ttc" id="structwreport_1_1error__handles_html_ac50cb45a4b070f1eb41fbb193e850da0"><div class="ttname"><a href="structwreport_1_1error__handles.html#ac50cb45a4b070f1eb41fbb193e850da0">wreport::error_handles::throwf</a></div><div class="ttdeci">static void throwf(const char *fmt,...) WREPORT_THROWF_ATTRS(1</div><div class="ttdoc">Throw the exception, building the message printf-style. </div></div>
<div class="ttc" id="namespacewreport_html_a53c24a445a0ba1700685384ab3230af0"><div class="ttname"><a href="namespacewreport.html#a53c24a445a0ba1700685384ab3230af0">wreport::ErrorCode</a></div><div class="ttdeci">ErrorCode</div><div class="ttdoc">C-style error codes used by exceptions. </div><div class="ttdef"><b>Definition:</b> error.h:21</div></div>
<div class="ttc" id="structwreport_1_1error__system_html_ae18eecd6d249030286a7893fe93dd064"><div class="ttname"><a href="structwreport_1_1error__system.html#ae18eecd6d249030286a7893fe93dd064">wreport::error_system::error_system</a></div><div class="ttdeci">error_system(const std::string &amp;msg)</div><div class="ttdoc">Create an exception taking further information from errno. </div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jan 28 2016 05:14:21 for libwreport by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>