-
Notifications
You must be signed in to change notification settings - Fork 0
/
common_2runtimeerror_8hpp_source.html
160 lines (158 loc) · 21.2 KB
/
common_2runtimeerror_8hpp_source.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>libcudaisp: /builds/ridgerun/rnd/libcudaisp/rr/common/runtimeerror.hpp 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="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.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">libcudaisp
 <span id="projectnumber">0.1.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_4308c347a8925fe03bb0c6144b7007d3.html">rr</a></li><li class="navelem"><a class="el" href="dir_d8f1f8a0b7fd55994054ce37c0cf37d6.html">common</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">runtimeerror.hpp</div> </div>
</div><!--header-->
<div class="contents">
<a href="common_2runtimeerror_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/* Copyright (C) <2023> RidgeRun, LLC (http://www.ridgerun.com)</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"> * All Rights Reserved.</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> * The contents of this software are proprietary and confidential to RidgeRun,</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"> * LLC. No part of this program may be photocopied, reproduced or translated</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> * into another programming language without prior written consent of</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> * RidgeRun, LLC. The user is free to modify the source code after obtaining</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> * a software license from RidgeRun. All source code changes must be provided</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> * back to RidgeRun without any encumbrance.</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>  </div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="preprocessor">#ifndef RR_COMMON_RUNTIMEERROR_HPP_</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="preprocessor">#define RR_COMMON_RUNTIMEERROR_HPP_</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>  </div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="preprocessor">#include <string></span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>  </div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="keyword">namespace </span><a class="code" href="namespacerr.html">rr</a> {</div>
<div class="line"><a name="l00027"></a><span class="lineno"><a class="line" href="classrr_1_1_runtime_error.html"> 27</a></span> <span class="keyword">class </span><a class="code" href="classrr_1_1_runtime_error.html">RuntimeError</a> {</div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="classrr_1_1_runtime_error.html#a5f82e20913462ec6d2093065d38d6370"> 33</a></span>  <span class="keyword">enum</span> <a class="code" href="classrr_1_1_runtime_error.html#a5f82e20913462ec6d2093065d38d6370">Code</a> {</div>
<div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="classrr_1_1_runtime_error.html#a5f82e20913462ec6d2093065d38d6370a58219b7d570a2d5dfc19a0817768dc92"> 37</a></span>  <a class="code" href="classrr_1_1_runtime_error.html#a5f82e20913462ec6d2093065d38d6370a58219b7d570a2d5dfc19a0817768dc92">EOk</a>,</div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  </div>
<div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="classrr_1_1_runtime_error.html#a5f82e20913462ec6d2093065d38d6370a0373daeb3073eb5980be75541c984f28"> 42</a></span>  <a class="code" href="classrr_1_1_runtime_error.html#a5f82e20913462ec6d2093065d38d6370a0373daeb3073eb5980be75541c984f28">WrongApiUsage</a>,</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  </div>
<div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="classrr_1_1_runtime_error.html#a5f82e20913462ec6d2093065d38d6370a8772b7ea6b6b8599200d34da747daaac"> 47</a></span>  <a class="code" href="classrr_1_1_runtime_error.html#a5f82e20913462ec6d2093065d38d6370a8772b7ea6b6b8599200d34da747daaac">NotImplemented</a>,</div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  </div>
<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="classrr_1_1_runtime_error.html#a5f82e20913462ec6d2093065d38d6370af8a4b9db0c97ae82d0772274428743ac"> 52</a></span>  <a class="code" href="classrr_1_1_runtime_error.html#a5f82e20913462ec6d2093065d38d6370af8a4b9db0c97ae82d0772274428743ac">NullParameter</a>,</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  </div>
<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="classrr_1_1_runtime_error.html#a5f82e20913462ec6d2093065d38d6370aa3680843107dc710bb004585fa21b12f"> 57</a></span>  <a class="code" href="classrr_1_1_runtime_error.html#a5f82e20913462ec6d2093065d38d6370aa3680843107dc710bb004585fa21b12f">IncompatibleParameters</a>,</div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  </div>
<div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="classrr_1_1_runtime_error.html#a5f82e20913462ec6d2093065d38d6370a55dcdad334f781035c1587dd54a029de"> 62</a></span>  <a class="code" href="classrr_1_1_runtime_error.html#a5f82e20913462ec6d2093065d38d6370a55dcdad334f781035c1587dd54a029de">FileError</a>,</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  </div>
<div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="classrr_1_1_runtime_error.html#a5f82e20913462ec6d2093065d38d6370ae18ccd972a305f4538df5e265dbae074"> 67</a></span>  <a class="code" href="classrr_1_1_runtime_error.html#a5f82e20913462ec6d2093065d38d6370ae18ccd972a305f4538df5e265dbae074">MemoryError</a>,</div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  </div>
<div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="classrr_1_1_runtime_error.html#a5f82e20913462ec6d2093065d38d6370a40641853990a0664512363250e3fc5c3"> 72</a></span>  <a class="code" href="classrr_1_1_runtime_error.html#a5f82e20913462ec6d2093065d38d6370a40641853990a0664512363250e3fc5c3">UnknownError</a>,</div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  };</div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  </div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  <a class="code" href="classrr_1_1_runtime_error.html#a750f55b7bedaf5e69103474fd928222a">RuntimeError</a>();</div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  </div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  <a class="code" href="classrr_1_1_runtime_error.html#a750f55b7bedaf5e69103474fd928222a">RuntimeError</a>(<a class="code" href="classrr_1_1_runtime_error.html#a5f82e20913462ec6d2093065d38d6370">Code</a> code, <span class="keyword">const</span> std::string &description);</div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  </div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  <span class="keywordtype">void</span> <a class="code" href="classrr_1_1_runtime_error.html#ae2b460cc94c1769b7199dc809465851a">Clean</a>();</div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  </div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  <span class="keywordtype">void</span> <a class="code" href="classrr_1_1_runtime_error.html#a2e0ea2ce1405a7cb61c7b0e8437a28c1">Set</a>(<a class="code" href="classrr_1_1_runtime_error.html#a5f82e20913462ec6d2093065d38d6370">Code</a> code, <span class="keyword">const</span> std::string &description);</div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  </div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  <span class="keyword">const</span> std::string <a class="code" href="classrr_1_1_runtime_error.html#aeefcabc6d2c23cf6172da0409a02dc79">GetDescription</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  </div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>  <a class="code" href="classrr_1_1_runtime_error.html#a5f82e20913462ec6d2093065d38d6370">Code</a> <a class="code" href="classrr_1_1_runtime_error.html#a76ead04a89b81a4dc243f78e91175952">GetCode</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>  </div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  <span class="keywordtype">bool</span> <a class="code" href="classrr_1_1_runtime_error.html#ab326d78ffd759bf1550ce3f23cab3682">IsError</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>  </div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>  std::string description_;</div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  <a class="code" href="classrr_1_1_runtime_error.html#a5f82e20913462ec6d2093065d38d6370">Code</a> code_;</div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span> };</div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  </div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span> std::ostream &<a class="code" href="namespacerr.html#ac4ea8b219cab29eb2a96e8fd2a1c0d07">operator<<</a>(std::ostream &os, RuntimeError <span class="keyword">const</span> &<span class="keyword">self</span>);</div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>  </div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span> } <span class="comment">/*namespace rr*/</span></div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>  </div>
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span> <span class="preprocessor">#endif </span><span class="comment">/*RR_COMMON_RUNTIMEERROR_HPP_*/</span><span class="preprocessor"></span></div>
</div><!-- fragment --></div><!-- contents -->
<div class="ttc" id="aclassrr_1_1_runtime_error_html_ae2b460cc94c1769b7199dc809465851a"><div class="ttname"><a href="classrr_1_1_runtime_error.html#ae2b460cc94c1769b7199dc809465851a">rr::RuntimeError::Clean</a></div><div class="ttdeci">void Clean()</div><div class="ttdoc">Cleans the RuntimeError result from any previous operation.</div><div class="ttdef"><b>Definition:</b> runtimeerror.cpp:24</div></div>
<div class="ttc" id="aclassrr_1_1_runtime_error_html_a5f82e20913462ec6d2093065d38d6370a40641853990a0664512363250e3fc5c3"><div class="ttname"><a href="classrr_1_1_runtime_error.html#a5f82e20913462ec6d2093065d38d6370a40641853990a0664512363250e3fc5c3">rr::RuntimeError::UnknownError</a></div><div class="ttdeci">@ UnknownError</div><div class="ttdoc">An unknown error has ocurred.</div><div class="ttdef"><b>Definition:</b> runtimeerror.hpp:72</div></div>
<div class="ttc" id="aclassrr_1_1_runtime_error_html_a5f82e20913462ec6d2093065d38d6370a58219b7d570a2d5dfc19a0817768dc92"><div class="ttname"><a href="classrr_1_1_runtime_error.html#a5f82e20913462ec6d2093065d38d6370a58219b7d570a2d5dfc19a0817768dc92">rr::RuntimeError::EOk</a></div><div class="ttdeci">@ EOk</div><div class="ttdoc">Everything went okay.</div><div class="ttdef"><b>Definition:</b> runtimeerror.hpp:37</div></div>
<div class="ttc" id="aclassrr_1_1_runtime_error_html_a5f82e20913462ec6d2093065d38d6370"><div class="ttname"><a href="classrr_1_1_runtime_error.html#a5f82e20913462ec6d2093065d38d6370">rr::RuntimeError::Code</a></div><div class="ttdeci">Code</div><div class="ttdoc">Numerical code describing the different errors.</div><div class="ttdef"><b>Definition:</b> runtimeerror.hpp:33</div></div>
<div class="ttc" id="aclassrr_1_1_runtime_error_html_a76ead04a89b81a4dc243f78e91175952"><div class="ttname"><a href="classrr_1_1_runtime_error.html#a76ead04a89b81a4dc243f78e91175952">rr::RuntimeError::GetCode</a></div><div class="ttdeci">Code GetCode() const</div><div class="ttdoc">Returns the code configured in the error.</div><div class="ttdef"><b>Definition:</b> runtimeerror.cpp:35</div></div>
<div class="ttc" id="aclassrr_1_1_runtime_error_html"><div class="ttname"><a href="classrr_1_1_runtime_error.html">rr::RuntimeError</a></div><div class="ttdoc">Implements the error handling class.</div><div class="ttdef"><b>Definition:</b> runtimeerror.hpp:27</div></div>
<div class="ttc" id="aclassrr_1_1_runtime_error_html_a5f82e20913462ec6d2093065d38d6370a0373daeb3073eb5980be75541c984f28"><div class="ttname"><a href="classrr_1_1_runtime_error.html#a5f82e20913462ec6d2093065d38d6370a0373daeb3073eb5980be75541c984f28">rr::RuntimeError::WrongApiUsage</a></div><div class="ttdeci">@ WrongApiUsage</div><div class="ttdoc">API is not being used properly.</div><div class="ttdef"><b>Definition:</b> runtimeerror.hpp:42</div></div>
<div class="ttc" id="anamespacerr_html"><div class="ttname"><a href="namespacerr.html">rr</a></div><div class="ttdoc">RR Namespace.</div><div class="ttdef"><b>Definition:</b> runtimeerror.cpp:16</div></div>
<div class="ttc" id="aclassrr_1_1_runtime_error_html_aeefcabc6d2c23cf6172da0409a02dc79"><div class="ttname"><a href="classrr_1_1_runtime_error.html#aeefcabc6d2c23cf6172da0409a02dc79">rr::RuntimeError::GetDescription</a></div><div class="ttdeci">const std::string GetDescription() const</div><div class="ttdoc">Returns a human readable description of the error.</div><div class="ttdef"><b>Definition:</b> runtimeerror.cpp:31</div></div>
<div class="ttc" id="aclassrr_1_1_runtime_error_html_a5f82e20913462ec6d2093065d38d6370a8772b7ea6b6b8599200d34da747daaac"><div class="ttname"><a href="classrr_1_1_runtime_error.html#a5f82e20913462ec6d2093065d38d6370a8772b7ea6b6b8599200d34da747daaac">rr::RuntimeError::NotImplemented</a></div><div class="ttdeci">@ NotImplemented</div><div class="ttdoc">Functionality has not been implemented.</div><div class="ttdef"><b>Definition:</b> runtimeerror.hpp:47</div></div>
<div class="ttc" id="aclassrr_1_1_runtime_error_html_a5f82e20913462ec6d2093065d38d6370ae18ccd972a305f4538df5e265dbae074"><div class="ttname"><a href="classrr_1_1_runtime_error.html#a5f82e20913462ec6d2093065d38d6370ae18ccd972a305f4538df5e265dbae074">rr::RuntimeError::MemoryError</a></div><div class="ttdeci">@ MemoryError</div><div class="ttdoc">Allocation or memory management error.</div><div class="ttdef"><b>Definition:</b> runtimeerror.hpp:67</div></div>
<div class="ttc" id="aclassrr_1_1_runtime_error_html_a5f82e20913462ec6d2093065d38d6370aa3680843107dc710bb004585fa21b12f"><div class="ttname"><a href="classrr_1_1_runtime_error.html#a5f82e20913462ec6d2093065d38d6370aa3680843107dc710bb004585fa21b12f">rr::RuntimeError::IncompatibleParameters</a></div><div class="ttdeci">@ IncompatibleParameters</div><div class="ttdoc">The provided Parameters is incompatible with the current operation.</div><div class="ttdef"><b>Definition:</b> runtimeerror.hpp:57</div></div>
<div class="ttc" id="aclassrr_1_1_runtime_error_html_a5f82e20913462ec6d2093065d38d6370af8a4b9db0c97ae82d0772274428743ac"><div class="ttname"><a href="classrr_1_1_runtime_error.html#a5f82e20913462ec6d2093065d38d6370af8a4b9db0c97ae82d0772274428743ac">rr::RuntimeError::NullParameter</a></div><div class="ttdeci">@ NullParameter</div><div class="ttdoc">A mandatory parameter was passed in as null.</div><div class="ttdef"><b>Definition:</b> runtimeerror.hpp:52</div></div>
<div class="ttc" id="aclassrr_1_1_runtime_error_html_a5f82e20913462ec6d2093065d38d6370a55dcdad334f781035c1587dd54a029de"><div class="ttname"><a href="classrr_1_1_runtime_error.html#a5f82e20913462ec6d2093065d38d6370a55dcdad334f781035c1587dd54a029de">rr::RuntimeError::FileError</a></div><div class="ttdeci">@ FileError</div><div class="ttdoc">Problem handling a file.</div><div class="ttdef"><b>Definition:</b> runtimeerror.hpp:62</div></div>
<div class="ttc" id="anamespacerr_html_ac4ea8b219cab29eb2a96e8fd2a1c0d07"><div class="ttname"><a href="namespacerr.html#ac4ea8b219cab29eb2a96e8fd2a1c0d07">rr::operator<<</a></div><div class="ttdeci">std::ostream & operator<<(std::ostream &os, RuntimeError const &self)</div><div class="ttdoc">overload output stream operator</div><div class="ttdef"><b>Definition:</b> runtimeerror.cpp:39</div></div>
<div class="ttc" id="aclassrr_1_1_runtime_error_html_a2e0ea2ce1405a7cb61c7b0e8437a28c1"><div class="ttname"><a href="classrr_1_1_runtime_error.html#a2e0ea2ce1405a7cb61c7b0e8437a28c1">rr::RuntimeError::Set</a></div><div class="ttdeci">void Set(Code code, const std::string &description)</div><div class="ttdoc">Configures an error with a given code and description.</div><div class="ttdef"><b>Definition:</b> runtimeerror.cpp:26</div></div>
<div class="ttc" id="aclassrr_1_1_runtime_error_html_ab326d78ffd759bf1550ce3f23cab3682"><div class="ttname"><a href="classrr_1_1_runtime_error.html#ab326d78ffd759bf1550ce3f23cab3682">rr::RuntimeError::IsError</a></div><div class="ttdeci">bool IsError() const</div><div class="ttdoc">Checks if the RuntimeError is in an error state.</div><div class="ttdef"><b>Definition:</b> runtimeerror.cpp:37</div></div>
<div class="ttc" id="aclassrr_1_1_runtime_error_html_a750f55b7bedaf5e69103474fd928222a"><div class="ttname"><a href="classrr_1_1_runtime_error.html#a750f55b7bedaf5e69103474fd928222a">rr::RuntimeError::RuntimeError</a></div><div class="ttdeci">RuntimeError()</div><div class="ttdoc">Creates a new error and initializes it to OK.</div><div class="ttdef"><b>Definition:</b> runtimeerror.cpp:19</div></div>
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Mar 14 2023 20:22:00 for libcudaisp by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.17
</small></address>
</body>
</html>