Changeset 472 for library/doc/html/user__info_8h.html
- Timestamp:
- 08/05/09 00:16:53 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/user__info_8h.html
r401 r472 5 5 <link href="doxygen.css" rel="stylesheet" type="text/css"> 6 6 </head><body> 7 <!-- Generated by Doxygen 1.5. 8-->7 <!-- Generated by Doxygen 1.5.9 --> 8 8 <script type="text/javascript"> 9 9 <!-- … … 52 52 <li><a href="main.html"><span>Main Page</span></a></li> 53 53 <li><a href="pages.html"><span>Related Pages</span></a></li> 54 <li><a href="modules.html"><span>Modules</span></a></li>55 54 <li><a href="annotated.html"><span>Classes</span></a></li> 56 55 <li class="current"><a href="files.html"><span>Files</span></a></li> … … 65 64 </div> 66 65 <div class="contents"> 67 <h1>user_info.h File Reference</h1>UI (user info) class for loading/saving objects from/to configuration files. It is designed with use of libconfig C/C++ Configuration File Library .66 <h1>user_info.h File Reference</h1>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>. 68 67 <a href="#_details">More...</a> 69 68 <p> … … 74 73 <code>#include <stdexcept></code><br> 75 74 <code>#include "libconfig/libconfig.h++"</code><br> 76 <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> 77 76 <code>#include "itpp/itbase.h"</code><br> 78 77 79 78 <p> 80 <a href="user__info_8h -source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">79 <a href="user__info_8h_source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> 81 80 <tr><td></td></tr> 82 81 <tr><td colspan="2"><br><h2>Classes</h2></td></tr> 83 82 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1UIException.html">bdm::UIException</a></td></tr> 84 83 85 <tr><td class="mdescLeft"> </td><td class="mdescRight">Exception prepared for reporting user-info errors which are always related to some concrete Setting path. <a href="classbdm_1_1UIException.html#_details">More...</a><br></td></tr>86 84 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1UIFile.html">bdm::UIFile</a></td></tr> 87 85 … … 92 90 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1UI.html">bdm::UI</a></td></tr> 93 91 94 <tr><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="classbdm_1_1UI.html" title="UI is an abstract class and it is intended for internal purposes only.">UI</a> is an abstract class and it is intended for internal purposes only. <a href="classbdm_1_1UI.html#_details">More...</a><br></td></tr>95 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><b>bdm::UI:: UI::MappedUI</b></td></tr>92 <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> 96 94 97 95 <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> 98 96 99 <tr><td class="mdescLeft"> </td><td class="mdescRight">The only <a class="el" href="classbdm_1_1UI.html" title="UI is an abstract class and it is intended for internal purposes only.">UI</a> descendant class which is not intended for direct use. It should be accessed within the <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</a> macro only. <a href="classbdm_1_1ParticularUI.html#_details">More...</a><br></td></tr>100 97 <tr><td colspan="2"><br><h2>Defines</h2></td></tr> 101 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> … … 103 100 <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> 104 101 </table> 105 <hr>< a name="_details"></a><h2>Detailed Description</h2>106 UI (user info) class for loading/saving objects from/to configuration files. It is designed with use of libconfig C/C++ Configuration File Library .102 <hr><h2>Detailed Description</h2> 103 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>. 107 104 <p> 108 105 <dl class="author" compact><dt><b>Author:</b></dt><dd>Vaclav Smidl.</dd></dl> … … 129 126 <p> 130 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> 131 <dl class="see" compact><dt><b>See also:</b></dt><dd>TODO MODUL </dd></dl> 132 128 <a class="el" href="ui_page.html">User Infos and their use</a> 133 129 </div> 134 130 </div><p> 135 131 </div> 136 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Jul 1 13:05:562009 for mixpp by 132 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Aug 5 00:06:50 2009 for mixpp by 137 133 <a href="http://www.doxygen.org/index.html"> 138 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5. 8</small></address>134 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address> 139 135 </body> 140 136 </html>