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 Page</span></a></li> |
---|
12 | <li><a href="pages.html"><span>Related 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>itpp; |
---|
27 | <a name="l00020"></a>00020 <span class="keyword">using</span> std::string; |
---|
28 | <a name="l00021"></a>00021 |
---|
29 | <a name="l00022"></a>00022 <span class="keyword">class </span>UIdirfilelog : <span class="keyword">public</span> UIbuilder{ |
---|
30 | <a name="l00023"></a>00023 <span class="keyword">public</span>: |
---|
31 | <a name="l00024"></a>00024 UIdirfilelog():UIbuilder(<span class="stringliteral">"dirfilelog"</span>){}; |
---|
32 | <a name="l00025"></a>00025 bdmroot* build(Setting &S)<span class="keyword"> const</span>{ |
---|
33 | <a name="l00026"></a>00026 <span class="keywordflow">return</span> <span class="keyword">new</span> dirfilelog(S[<span class="stringliteral">"dirname"</span>],S[<span class="stringliteral">"maxlen"</span>]); |
---|
34 | <a name="l00027"></a>00027 }; |
---|
35 | <a name="l00028"></a>00028 }; |
---|
36 | <a name="l00029"></a>00029 |
---|
37 | <a name="l00030"></a>00030 UIREGISTER(UIdirfilelog); |
---|
38 | <a name="l00031"></a>00031 <span class="preprocessor">#endif // LGR_H</span> |
---|
39 | </pre></div></div> |
---|
40 | <hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 6 15:29:45 2009 for mixpp by |
---|
41 | <a href="http://www.doxygen.org/index.html"> |
---|
42 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address> |
---|
43 | </body> |
---|
44 | </html> |
---|