Changeset 538 for library/doc/html/user__info_8h.html
- Timestamp:
- 08/16/09 18:14:04 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/user__info_8h.html
r472 r538 5 5 <link href="doxygen.css" rel="stylesheet" type="text/css"> 6 6 </head><body> 7 <!-- Generated by Doxygen 1.5. 9-->7 <!-- Generated by Doxygen 1.5.8 --> 8 8 <script type="text/javascript"> 9 9 <!-- … … 73 73 <code>#include <stdexcept></code><br> 74 74 <code>#include "libconfig/libconfig.h++"</code><br> 75 <code>#include "<a class="el" href="bdmroot_8h_source.html">../bdmroot.h</a>"</code><br> 75 <code>#include "<a class="el" href="bdmroot_8h-source.html">../bdmroot.h</a>"</code><br> 76 <code>#include "<a class="el" href="shared__ptr_8h-source.html">../shared_ptr.h</a>"</code><br> 76 77 <code>#include "itpp/itbase.h"</code><br> 77 78 78 79 <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"> 80 81 <tr><td></td></tr> 81 82 <tr><td colspan="2"><br><h2>Classes</h2></td></tr> … … 91 92 92 93 <tr><td class="mdescLeft"> </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 </td><td class="memItemRight" valign="bottom"><b>bdm::UI:: MappedUI</b></td></tr>94 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><b>bdm::UI::UI::MappedUI</b></td></tr> 94 95 95 96 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1ParticularUI.html">bdm::ParticularUI< T ></a></td></tr> 96 97 97 98 <tr><td colspan="2"><br><h2>Defines</h2></td></tr> 98 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="user__info_8h.html#4f9de2f17e844047726487b99def99c6">UIREGISTER</a>(class_name) template<> const ParticularUI<class_name>& ParticularUI<class_name>::factory = ParticularUI<class_name>(#class_name)</td></tr>99 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="user__info_8h.html#4f9de2f17e844047726487b99def99c6">UIREGISTER</a>(class_name) static <a class="el" href="classbdm_1_1ParticularUI.html">bdm::ParticularUI</a><class_name> UI##class_name(#class_name)</td></tr> 99 100 100 101 <tr><td class="mdescLeft"> </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 </td><td class="memItemRight" valign="bottom"><a class="el" href="user__info_8h.html#852592d44ce65a0a870c76b42155aaca">QUOTEME</a>(x) #x</td></tr> 104 105 <tr><td class="mdescLeft"> </td><td class="mdescRight">Instrumental macro for UIREGISTER2. <br></td></tr> 106 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="user__info_8h.html#b06f1e7c44a8306e321f62a0099210b9">UIREGISTER2</a>(class_name, temp_name) static <a class="el" href="classbdm_1_1ParticularUI.html">bdm::ParticularUI</a><class_name<temp_name> > UI##class_name##_##temp_name( QUOTEME(class_name<temp_name>) )</td></tr> 107 108 <tr><td class="mdescLeft"> </td><td class="mdescRight">Variant of UIREGISTER for templated classes. <a href="#b06f1e7c44a8306e321f62a0099210b9"></a><br></td></tr> 101 109 </table> 102 <hr>< h2>Detailed Description</h2>110 <hr><a name="_details"></a><h2>Detailed Description</h2> 103 111 UI (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>. 104 112 <p> … … 116 124 <td class="paramname"> </td> 117 125 <td> ) </td> 118 <td> template<> const ParticularUI<class_name>& ParticularUI<class_name>::factory = ParticularUI<class_name>(#class_name)</td>126 <td> static <a class="el" href="classbdm_1_1ParticularUI.html">bdm::ParticularUI</a><class_name> UI##class_name(#class_name)</td> 119 127 </tr> 120 128 </table> … … 125 133 Macro for registration of class into map of user-infos, registered class is scriptable using UI static methods. 126 134 <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> 135 Argument <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 </td> 150 <td class="paramname"> </td> 151 <td> ) </td> 152 <td> static <a class="el" href="classbdm_1_1ParticularUI.html">bdm::ParticularUI</a><class_name<temp_name> > UI##class_name##_##temp_name( QUOTEME(class_name<temp_name>) )</td> 153 </tr> 154 </table> 155 </div> 156 <div class="memdoc"> 157 158 <p> 159 Variant of UIREGISTER for templated classes. 160 <p> 161 Technical 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<template_name>)</a>.<p> 128 162 <a class="el" href="ui_page.html">User Infos and their use</a> 129 163 </div> 130 164 </div><p> 131 165 </div> 132 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Aug 5 00:06:502009 for mixpp by 166 <hr size="1"><address style="text-align: right;"><small>Generated on Sun Aug 16 17:58:18 2009 for mixpp by 133 167 <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> 135 169 </body> 136 170 </html>