64 | | </div> |
65 | | <div class="contents"> |
66 | | <h1>generator.h File Reference</h1>Stress test generation base. |
67 | | <a href="#_details">More...</a> |
68 | | <p> |
69 | | <code>#include "itpp_ext.h"</code><br> |
70 | | <code>#include "<a class="el" href="bdmroot_8h_source.html">bdmroot.h</a>"</code><br> |
71 | | |
72 | | <p> |
73 | | <a href="generator_8h_source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> |
74 | | <tr><td></td></tr> |
75 | | <tr><td colspan="2"><br><h2>Classes</h2></td></tr> |
76 | | <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classgenerator.html">generator</a></td></tr> |
77 | | |
78 | | </table> |
79 | | <hr><h2>Detailed Description</h2> |
80 | | Stress test generation base. |
81 | | <p> |
82 | | <dl class="author" compact><dt><b>Author:</b></dt><dd>Vaclav Barta.</dd></dl> |
83 | | ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p> |
84 | | Using IT++ for numerical operations ----------------------------------- </div> |
85 | | <hr size="1"><address style="text-align: right;"><small>Generated on Wed Aug 5 00:06:50 2009 for mixpp by |
| 64 | <h1>CurrentTest.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef UNITTEST_CURRENTTESTRESULTS_H</span> |
| 65 | <a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define UNITTEST_CURRENTTESTRESULTS_H</span> |
| 66 | <a name="l00003"></a>00003 <span class="preprocessor"></span> |
| 67 | <a name="l00004"></a>00004 <span class="keyword">namespace </span>UnitTest { |
| 68 | <a name="l00005"></a>00005 |
| 69 | <a name="l00006"></a>00006 <span class="keyword">class </span>TestResults; |
| 70 | <a name="l00007"></a>00007 <span class="keyword">class </span>TestDetails; |
| 71 | <a name="l00008"></a>00008 |
| 72 | <a name="l00009"></a>00009 <span class="keyword">namespace </span>CurrentTest { |
| 73 | <a name="l00010"></a>00010 TestResults*& Results(); |
| 74 | <a name="l00011"></a>00011 <span class="keyword">const</span> TestDetails*& Details(); |
| 75 | <a name="l00012"></a>00012 } |
| 76 | <a name="l00013"></a>00013 |
| 77 | <a name="l00014"></a>00014 } |
| 78 | <a name="l00015"></a>00015 |
| 79 | <a name="l00016"></a>00016 <span class="preprocessor">#endif</span> |
| 80 | </pre></div></div> |
| 81 | <hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 15 17:40:58 2009 for mixpp by |