root/doc/html/loggers__ui_8h-source.html @ 270

Revision 270, 3.3 kB (checked in by smidl, 16 years ago)

Changes in the very root classes!
* rv and rvc are no longer compulsory,
* samplecond does not return ll
* BM has drv

Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3<title>mixpp: loggers_ui.h Source File</title>
4<link href="doxygen.css" rel="stylesheet" type="text/css">
5<link href="tabs.css" rel="stylesheet" type="text/css">
6</head><body>
7<!-- Generated by Doxygen 1.5.6 -->
8<div class="navigation" id="top">
9  <div class="tabs">
10    <ul>
11      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
12      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
13      <li><a href="modules.html"><span>Modules</span></a></li>
14      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
15      <li><a href="classes.html"><span>Classes</span></a></li>
16      <li class="current"><a href="files.html"><span>Files</span></a></li>
17    </ul>
18  </div>
19<h1>loggers_ui.h</h1><a href="loggers__ui_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001
20<a name="l00013"></a>00013 <span class="preprocessor">#ifndef LGR_UI_H</span>
21<a name="l00014"></a>00014 <span class="preprocessor"></span><span class="preprocessor">#define LGR_UI_H</span>
22<a name="l00015"></a>00015 <span class="preprocessor"></span>
23<a name="l00016"></a>00016 <span class="preprocessor">#include "<a class="code" href="loggers_8h.html" title="Loggers for storing results of experiments.">loggers.h</a>"</span>
24<a name="l00017"></a>00017 <span class="preprocessor">#include "uibuilder.h"</span>
25<a name="l00018"></a>00018
26<a name="l00019"></a>00019 <span class="keyword">using namespace </span>bdm;
27<a name="l00020"></a>00020
28<a name="l00021"></a>00021 <span class="keyword">class </span>UIdirfilelog : <span class="keyword">public</span> <a class="code" href="classbdm_1_1UIbuilder.html" title="Builds computational object from a UserInfo structure.">UIbuilder</a> {
29<a name="l00022"></a>00022         <span class="keyword">public</span>:
30<a name="l00023"></a>00023         UIdirfilelog():<a class="code" href="classbdm_1_1UIbuilder.html" title="Builds computational object from a UserInfo structure.">UIbuilder</a>(<span class="stringliteral">"dirfilelog"</span>){};
31<a name="l00024"></a>00024         <a class="code" href="classbdm_1_1bdmroot.html" title="Root class of BDM objects.">bdmroot</a>* <a class="code" href="classbdm_1_1UIbuilder.html#193cede6302669ff48dfd8ab3b7e31f8" title="Function building the computational object.">build</a>(Setting &amp;S)<span class="keyword"> const</span>{
32<a name="l00025"></a>00025                 <span class="keywordflow">return</span> <span class="keyword">new</span> <a class="code" href="classbdm_1_1dirfilelog.html" title="Logging into dirfile with buffer in memory.">dirfilelog</a>(S[<span class="stringliteral">"dirname"</span>],S[<span class="stringliteral">"maxlen"</span>]);
33<a name="l00026"></a>00026         };
34<a name="l00027"></a>00027 };
35<a name="l00028"></a>00028
36<a name="l00029"></a>00029 UIREGISTER(UIdirfilelog);
37<a name="l00030"></a>00030 <span class="preprocessor">#endif // LGR_H</span>
38</pre></div></div>
39<hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 11 23:33:55 2009 for mixpp by&nbsp;
40<a href="http://www.doxygen.org/index.html">
41<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
42</body>
43</html>
Note: See TracBrowser for help on using the browser.