Show
Ignore:
Timestamp:
08/16/09 18:14:04 (15 years ago)
Author:
smidl
Message:

Documentation regenerated

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/doc/html/user__info_8h.html

    r472 r538  
    55<link href="doxygen.css" rel="stylesheet" type="text/css"> 
    66</head><body> 
    7 <!-- Generated by Doxygen 1.5.9 --> 
     7<!-- Generated by Doxygen 1.5.8 --> 
    88<script type="text/javascript"> 
    99<!-- 
     
    7373<code>#include &lt;stdexcept&gt;</code><br> 
    7474<code>#include &quot;libconfig/libconfig.h++&quot;</code><br> 
    75 <code>#include &quot;<a class="el" href="bdmroot_8h_source.html">../bdmroot.h</a>&quot;</code><br> 
     75<code>#include &quot;<a class="el" href="bdmroot_8h-source.html">../bdmroot.h</a>&quot;</code><br> 
     76<code>#include &quot;<a class="el" href="shared__ptr_8h-source.html">../shared_ptr.h</a>&quot;</code><br> 
    7677<code>#include &quot;itpp/itbase.h&quot;</code><br> 
    7778 
    7879<p> 
    79 <a href="user__info_8h_source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> 
     80<a href="user__info_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> 
    8081<tr><td></td></tr> 
    8182<tr><td colspan="2"><br><h2>Classes</h2></td></tr> 
     
    9192 
    9293<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classbdm_1_1UI.html" title="UI is an abstract class which collects all the auxiliary functions useful to prepare...">UI</a> is an abstract class which collects all the auxiliary functions useful to prepare some concrete user-infos.  <a href="classbdm_1_1UI.html#_details">More...</a><br></td></tr> 
    93 <tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><b>bdm::UI::MappedUI</b></td></tr> 
     94<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><b>bdm::UI::UI::MappedUI</b></td></tr> 
    9495 
    9596<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1ParticularUI.html">bdm::ParticularUI&lt; T &gt;</a></td></tr> 
    9697 
    9798<tr><td colspan="2"><br><h2>Defines</h2></td></tr> 
    98 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="user__info_8h.html#4f9de2f17e844047726487b99def99c6">UIREGISTER</a>(class_name)&nbsp;&nbsp;&nbsp;template&lt;&gt; const ParticularUI&lt;class_name&gt;&amp; ParticularUI&lt;class_name&gt;::factory = ParticularUI&lt;class_name&gt;(#class_name)</td></tr> 
     99<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="user__info_8h.html#4f9de2f17e844047726487b99def99c6">UIREGISTER</a>(class_name)&nbsp;&nbsp;&nbsp;static <a class="el" href="classbdm_1_1ParticularUI.html">bdm::ParticularUI</a>&lt;class_name&gt; UI##class_name(#class_name)</td></tr> 
    99100 
    100101<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Macro for registration of class into map of user-infos, registered class is scriptable using UI static methods.  <a href="#4f9de2f17e844047726487b99def99c6"></a><br></td></tr> 
     102<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="852592d44ce65a0a870c76b42155aaca"></a><!-- doxytag: member="user_info.h::QUOTEME" ref="852592d44ce65a0a870c76b42155aaca" args="(x)" --> 
     103#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="user__info_8h.html#852592d44ce65a0a870c76b42155aaca">QUOTEME</a>(x)&nbsp;&nbsp;&nbsp;#x</td></tr> 
     104 
     105<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Instrumental macro for UIREGISTER2. <br></td></tr> 
     106<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="user__info_8h.html#b06f1e7c44a8306e321f62a0099210b9">UIREGISTER2</a>(class_name, temp_name)&nbsp;&nbsp;&nbsp;static <a class="el" href="classbdm_1_1ParticularUI.html">bdm::ParticularUI</a>&lt;class_name&lt;temp_name&gt; &gt; UI##class_name##_##temp_name( QUOTEME(class_name&lt;temp_name&gt;) )</td></tr> 
     107 
     108<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Variant of UIREGISTER for templated classes.  <a href="#b06f1e7c44a8306e321f62a0099210b9"></a><br></td></tr> 
    101109</table> 
    102 <hr><h2>Detailed Description</h2> 
     110<hr><a name="_details"></a><h2>Detailed Description</h2> 
    103111UI (user info) class for loading/saving objects from/to configuration files. It is designed with use of libconfig C/C++ Configuration File Library <a class="el" href="ui_page.html">User Infos and their use</a>.  
    104112<p> 
     
    116124          <td class="paramname">          </td> 
    117125          <td>&nbsp;)&nbsp;</td> 
    118           <td>&nbsp;&nbsp;&nbsp;template&lt;&gt; const ParticularUI&lt;class_name&gt;&amp; ParticularUI&lt;class_name&gt;::factory = ParticularUI&lt;class_name&gt;(#class_name)</td> 
     126          <td>&nbsp;&nbsp;&nbsp;static <a class="el" href="classbdm_1_1ParticularUI.html">bdm::ParticularUI</a>&lt;class_name&gt; UI##class_name(#class_name)</td> 
    119127        </tr> 
    120128      </table> 
     
    125133Macro for registration of class into map of user-infos, registered class is scriptable using UI static methods.  
    126134<p> 
    127 Argument <em>class_name</em> has to be a descendant of root class and also, it has to have parameterless constructor prepared. This macro should be used in header file, immediately after a class declaration.<p> 
     135Argument <em>class_name</em> has to be a descendant of root class and also to have a default constructor. This macro should be used in header file, immediately after a class declaration.<p> 
     136<a class="el" href="ui_page.html">User Infos and their use</a>  
     137</div> 
     138</div><p> 
     139<a class="anchor" name="b06f1e7c44a8306e321f62a0099210b9"></a><!-- doxytag: member="user_info.h::UIREGISTER2" ref="b06f1e7c44a8306e321f62a0099210b9" args="(class_name, temp_name)" --> 
     140<div class="memitem"> 
     141<div class="memproto"> 
     142      <table class="memname"> 
     143        <tr> 
     144          <td class="memname">#define UIREGISTER2          </td> 
     145          <td>(</td> 
     146          <td class="paramtype">class_name,         <tr> 
     147          <td class="paramkey"></td> 
     148          <td></td> 
     149          <td class="paramtype">temp_name&nbsp;</td> 
     150          <td class="paramname">          </td> 
     151          <td>&nbsp;)&nbsp;</td> 
     152          <td>&nbsp;&nbsp;&nbsp;static <a class="el" href="classbdm_1_1ParticularUI.html">bdm::ParticularUI</a>&lt;class_name&lt;temp_name&gt; &gt; UI##class_name##_##temp_name( QUOTEME(class_name&lt;temp_name&gt;) )</td> 
     153        </tr> 
     154      </table> 
     155</div> 
     156<div class="memdoc"> 
     157 
     158<p> 
     159Variant of UIREGISTER for templated classes.  
     160<p> 
     161Technical meann of registering <a class="el" href="user__info_8h.html#4f9de2f17e844047726487b99def99c6" title="Macro for registration of class into map of user-infos, registered class is scriptable...">UIREGISTER(class_name&lt;template_name&gt;)</a>.<p> 
    128162<a class="el" href="ui_page.html">User Infos and their use</a>  
    129163</div> 
    130164</div><p> 
    131165</div> 
    132 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Aug 5 00:06:50 2009 for mixpp by&nbsp; 
     166<hr size="1"><address style="text-align: right;"><small>Generated on Sun Aug 16 17:58:18 2009 for mixpp by&nbsp; 
    133167<a href="http://www.doxygen.org/index.html"> 
    134 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address> 
     168<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> 
    135169</body> 
    136170</html>