Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 4c90149fad9f5e93922c0d572d139862 > files > 4121

libsmesh-devel-6.7.6-2.mga7.armv7hl.rpm

<!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.14"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>SALOME - SMESH: utilities.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="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
  $(document).ready(initResizable);
/* @license-end */</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">SALOME - SMESH
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.14 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;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&amp;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>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('utilities_8h_source.html','');});
/* @license-end */
</script>
<div id="doc-content">
<!-- 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 class="header">
  <div class="headertitle">
<div class="title">utilities.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="utilities_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="comment">//  SALOME Utils : general SALOME&#39;s definitions and tools</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment">//  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,</span></div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">//  CEDRAT, EDF R&amp;D, LEG, PRINCIPIA R&amp;D, BUREAU VERITAS </span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment">// </span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment">//  This library is free software; you can redistribute it and/or </span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment">//  modify it under the terms of the GNU Lesser General Public </span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment">//  License as published by the Free Software Foundation; either </span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment">//  version 2.1 of the License. </span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment">// </span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment">//  This library is distributed in the hope that it will be useful, </span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment">//  but WITHOUT ANY WARRANTY; without even the implied warranty of </span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment">//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU </span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment">//  Lesser General Public License for more details. </span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment">// </span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment">//  You should have received a copy of the GNU Lesser General Public </span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment">//  License along with this library; if not, write to the Free Software </span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment">//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA </span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment">// </span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="comment">// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="comment">//  File   : utilities.h</span></div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="comment">//  Author : Antoine YESSAYAN, Paul RASCLE, EDF</span></div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="comment">//  Module : SALOME</span></div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="comment">//  $Header: /home/server/cvs/KERNEL/KERNEL_SRC/src/SALOMELocalTrace/utilities.h,v 1.6.2.1 2007/01/22 13:51:27 prascle Exp $</span></div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;</div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="comment">/* ---  Definition macros file to print informations if _DEBUG_ or _DEBUG is defined --- */</span></div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;</div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="preprocessor">#ifndef UTILITIES_H</span></div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="preprocessor">#define UTILITIES_H</span></div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;</div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="preprocessor">#include &lt;iostream&gt;</span></div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;<span class="preprocessor">#include &lt;sstream&gt;</span></div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="preprocessor">#include &lt;cstdlib&gt;</span></div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;</div><div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;<span class="comment">//Can be redefined to reflect another buffer such as log, cerr or a custom one</span></div><div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="utilities_8h.html#a7d7aa9494363975118853194efd02dbb">   39</a></span>&#160;<span class="preprocessor">#define DEF_MSG_BUFFER std::cout</span></div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;</div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="utilities_8h.html#a3c52b4f2aac82e3fe7bb79d58158b65f">   47</a></span>&#160;<span class="preprocessor">#define MESS_INIT(deb) std::ostringstream os; os&lt;&lt;deb</span></div><div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="utilities_8h.html#a1b83669d4fedef5b196868325a7653c0">   48</a></span>&#160;<span class="preprocessor">#define MESS_BEGIN(deb) MESS_INIT(deb)&lt;&lt;__FILE__&lt;&lt;&quot; [&quot;&lt;&lt;__LINE__&lt;&lt;&quot;] : &quot;</span></div><div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;</div><div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="utilities_8h.html#ac98af519afe1f512fedb9ce81fe0f8d5">   50</a></span>&#160;<span class="preprocessor">#define MESS_END std::endl; \</span></div><div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;<span class="preprocessor">DEF_MSG_BUFFER &lt;&lt; os.str() &lt;&lt; std::endl;</span></div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;</div><div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="utilities_8h.html#ad39f54763e9c751117c93c406f5c0ec2">   53</a></span>&#160;<span class="preprocessor">#define MESS_ABORT std::endl; \</span></div><div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;<span class="preprocessor">DEF_MSG_BUFFER &lt;&lt; os.str() &lt;&lt; std::endl;</span></div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;</div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;<span class="comment">// --- Some macros are always defined (without _DEBUG_): for use with release version</span></div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;</div><div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="utilities_8h.html#a8d34f55f4e8e0084eee6d66b71027165">   58</a></span>&#160;<span class="preprocessor">#define INFOS(msg) {MESS_BEGIN(&quot;- Trace &quot;) &lt;&lt; msg &lt;&lt; MESS_END}</span></div><div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="utilities_8h.html#a1ffc8b8887bd173f6bf29aecf6f64311">   59</a></span>&#160;<span class="preprocessor">#define PYSCRIPT(msg) {MESS_INIT(&quot;---PYSCRIPT--- &quot;) &lt;&lt; msg &lt;&lt; MESS_END}</span></div><div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="utilities_8h.html#a67e38d20d1bef12e559d127918cfbca8">   60</a></span>&#160;<span class="preprocessor">#define INTERRUPTION(msg) {MESS_BEGIN(&quot;- INTERRUPTION: &quot;)&lt;&lt; msg &lt;&lt; MESS_ABORT}</span></div><div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;<span class="preprocessor">#ifdef WNT</span></div><div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;<span class="preprocessor">#define IMMEDIATE_ABORT(code) {std::cout &lt;&lt;std::flush; \</span></div><div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;<span class="preprocessor">                               std::cerr &lt;&lt; &quot;- ABORT &quot; &lt;&lt; __FILE__ &lt;&lt; &quot; [&quot; &lt;&lt;__LINE__&lt;&lt; &quot;] : &quot; &lt;&lt; flush; \</span></div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;<span class="preprocessor">                               std::cerr &lt;&lt; &quot;ABORT return code= &quot;&lt;&lt; code &lt;&lt; std::endl; \</span></div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;<span class="preprocessor">                               exit(code);}</span></div><div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;<span class="preprocessor">#else</span></div><div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="utilities_8h.html#acc78a874fd949794a62863030d62c070">   67</a></span>&#160;<span class="preprocessor">#define IMMEDIATE_ABORT(code) {std::cout &lt;&lt;std::flush; \</span></div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;<span class="preprocessor">                               std::cerr &lt;&lt; &quot;- ABORT &quot; &lt;&lt; __FILE__ &lt;&lt; &quot; [&quot; &lt;&lt;__LINE__&lt;&lt; &quot;] : &quot; &lt;&lt; flush; \</span></div><div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;<span class="preprocessor">                               std::cerr &lt;&lt; &quot;ABORT return code= &quot;&lt;&lt; code &lt;&lt; std::endl; \</span></div><div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;<span class="preprocessor">                               std::exit(code);}</span></div><div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;</div><div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;<span class="comment">/* --- To print date and time of compilation of current source --- */</span></div><div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;</div><div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;<span class="preprocessor">#if defined ( __GNUC__ )</span></div><div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;<span class="preprocessor">#define COMPILER         &quot;g++&quot; </span></div><div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;<span class="preprocessor">#elif defined ( __sun )</span></div><div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;<span class="preprocessor">#define COMPILER         &quot;CC&quot; </span></div><div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;<span class="preprocessor">#elif defined ( __KCC )</span></div><div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;<span class="preprocessor">#define COMPILER         &quot;KCC&quot; </span></div><div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;<span class="preprocessor">#elif defined ( __PGI )</span></div><div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;<span class="preprocessor">#define COMPILER         &quot;pgCC&quot; </span></div><div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;<span class="preprocessor">#elif defined ( __alpha )</span></div><div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;<span class="preprocessor">#define COMPILER         &quot;cxx&quot;</span></div><div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;<span class="preprocessor">#elif defined ( __BORLAND__ )</span></div><div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;<span class="preprocessor">#define COMPILER         &quot;bcc32&quot;</span></div><div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;<span class="preprocessor">#else</span></div><div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="utilities_8h.html#a63f2e19ce36089fbdd99a7a46c62afbe">   88</a></span>&#160;<span class="preprocessor">#define COMPILER         &quot;undefined&quot; </span></div><div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;</div><div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;<span class="preprocessor">#ifdef INFOS_COMPILATION</span></div><div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;<span class="preprocessor">#error INFOS_COMPILATION already defined</span></div><div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160;<span class="preprocessor">#endif</span></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;<span class="preprocessor">#if defined(_DEBUG_) || defined (_DEBUG)</span></div><div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160;</div><div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;<span class="comment">// --- the following MACROS are useful at debug time</span></div><div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;</div><div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;<span class="preprocessor">#define INFOS_COMPILATION { MESS_BEGIN(&quot;COMPILED with &quot;) &lt;&lt; COMPILER \</span></div><div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160;<span class="preprocessor">                           &lt;&lt; &quot;, &quot; &lt;&lt; __DATE__ \</span></div><div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;<span class="preprocessor">                           &lt;&lt; &quot; at &quot; &lt;&lt; __TIME__ &lt;&lt; MESS_END }</span></div><div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;</div><div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;<span class="preprocessor">#define MESSAGE(msg) {MESS_BEGIN(&quot;- Trace &quot;) &lt;&lt; msg &lt;&lt; MESS_END}</span></div><div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;<span class="preprocessor">#define SCRUTE(var)  {MESS_BEGIN(&quot;- Trace &quot;) &lt;&lt; #var &lt;&lt; &quot;=&quot; &lt;&lt; var &lt;&lt;MESS_END}</span></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">  106</span>&#160;<span class="preprocessor">#define REPERE (&quot;------- &quot;)</span></div><div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;<span class="preprocessor">#define BEGIN_OF(msg) {MESS_BEGIN(REPERE) &lt;&lt; &quot;Begin of: &quot;      &lt;&lt; msg &lt;&lt; MESS_END} </span></div><div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;<span class="preprocessor">#define END_OF(msg)   {MESS_BEGIN(REPERE) &lt;&lt; &quot;Normal end of: &quot; &lt;&lt; msg &lt;&lt; MESS_END} </span></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;<span class="preprocessor">#ifndef ASSERT</span></div><div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;<span class="preprocessor">#define ASSERT(condition) \</span></div><div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;<span class="preprocessor">        if (!(condition)){INTERRUPTION(&quot;CONDITION &quot;&lt;&lt;#condition&lt;&lt;&quot; NOT VERIFIED&quot;)}</span></div><div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* ASSERT */</span><span class="preprocessor"></span></div><div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;</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="preprocessor">#elif !defined(_NOMSG_) </span><span class="comment">/* ifdef _DEBUG_*/</span><span class="preprocessor"></span></div><div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;</div><div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="utilities_8h.html#abb8d17f91123515a3d7159c9d299915d">  118</a></span>&#160;<span class="preprocessor">#define INFOS_COMPILATION</span></div><div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="utilities_8h.html#a4422df972fe651ff638fdcdadae9af39">  119</a></span>&#160;<span class="preprocessor">#define MESSAGE(msg) {MESS_BEGIN(&quot;MSG:&quot;) &lt;&lt; msg &lt;&lt; MESS_END}</span></div><div class="line"><a name="l00120"></a><span class="lineno"><a class="line" href="utilities_8h.html#a88abe2eca78e83299804e08268acd2d5">  120</a></span>&#160;<span class="preprocessor">#define SCRUTE(var)  {MESS_BEGIN(&quot;SCRUTE:&quot;) &lt;&lt; #var &lt;&lt; &quot; = &quot; &lt;&lt; var &lt;&lt; MESS_END}</span></div><div class="line"><a name="l00121"></a><span class="lineno"><a class="line" href="utilities_8h.html#afa26c5c0b6f173d8c6c1e5e893a76372">  121</a></span>&#160;<span class="preprocessor">#define REPERE (&quot;-------&quot;)</span></div><div class="line"><a name="l00122"></a><span class="lineno"><a class="line" href="utilities_8h.html#a214febf8d16f417bb6c03979d2ae63ad">  122</a></span>&#160;<span class="preprocessor">#define BEGIN_OF(msg) {MESS_BEGIN(&quot;MSG BEGIN:&quot;) &lt;&lt; msg &lt;&lt; MESS_END}</span></div><div class="line"><a name="l00123"></a><span class="lineno"><a class="line" href="utilities_8h.html#a7f2b63df015c42541a447c460156950e">  123</a></span>&#160;<span class="preprocessor">#define END_OF(msg) {MESS_BEGIN(&quot;MSG END:&quot;) &lt;&lt; msg &lt;&lt; MESS_END}</span></div><div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;</div><div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;<span class="preprocessor">#ifndef ASSERT</span></div><div class="line"><a name="l00126"></a><span class="lineno"><a class="line" href="utilities_8h.html#ac22830a985e1daed0c9eadba8c6f606e">  126</a></span>&#160;<span class="preprocessor">#define ASSERT(condition) {}</span></div><div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* ASSERT */</span><span class="preprocessor"></span></div><div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;</div><div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;<span class="preprocessor">#else  </span><span class="comment">/* ifdef _DEBUG_*/</span><span class="preprocessor"></span></div><div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;</div><div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;<span class="preprocessor">#define INFOS_COMPILATION</span></div><div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;<span class="preprocessor">#define MESSAGE(msg)</span></div><div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;<span class="preprocessor">#define SCRUTE(var)</span></div><div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;<span class="preprocessor">#define REPERE</span></div><div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;<span class="preprocessor">#define BEGIN_OF(msg)</span></div><div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;<span class="preprocessor">#define END_OF(msg)</span></div><div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;</div><div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;<span class="preprocessor">#ifndef ASSERT</span></div><div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;<span class="preprocessor">#define ASSERT(condition) {}</span></div><div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* ASSERT */</span><span class="preprocessor"></span></div><div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;</div><div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* ifdef _DEBUG_*/</span><span class="preprocessor"></span></div><div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;</div><div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* ifndef UTILITIES_H */</span><span class="preprocessor"></span></div></div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="navelem"><a class="el" href="dir_bfccd401955b95cf8c75461437045ac0.html">inc</a></li><li class="navelem"><a class="el" href="utilities_8h.html">utilities.h</a></li>
    <li class="footer">Generated by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.14 </li>
  </ul>
</div>
</body>
</html>