Changeset 661 for library/doc/html/user__info_8h.html
- Timestamp:
- 10/15/09 00:10:19 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/user__info_8h.html
r656 r661 68 68 <div class="contents"> 69 69 <h1>user_info.h File Reference</h1> 70 <p>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>.70 <p>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.html">User Infos and their use</a>. 71 71 <a href="#_details">More...</a></p> 72 72 <code>#include <stdio.h></code><br/> … … 104 104 </table> 105 105 <hr/><a name="_details"></a><h2>Detailed Description</h2> 106 <p>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>. </p>106 <p>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.html">User Infos and their use</a>. </p> 107 107 <dl class="author"><dt><b>Author:</b></dt><dd>Vaclav Smidl.</dd></dl> 108 108 <p>----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty</p> … … 127 127 <p>Macro for registration of class into map of user-infos, registered class is scriptable using UI static methods. </p> 128 128 <p>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> 129 <p><a class="el" href="ui _page.html">User Infos and their use</a> </p>129 <p><a class="el" href="ui.html">User Infos and their use</a> </p> 130 130 131 131 </div> … … 154 154 <p>Variant of UIREGISTER for templated classes. </p> 155 155 <p>Technical meann of registering <a class="el" href="user__info_8h.html#a4f9de2f17e844047726487b99def99c6" title="Macro for registration of class into map of user-infos, registered class is scriptable...">UIREGISTER(class_name<template_name>)</a>.</p> 156 <p><a class="el" href="ui _page.html">User Infos and their use</a> </p>156 <p><a class="el" href="ui.html">User Infos and their use</a> </p> 157 157 158 158 </div> 159 159 </div> 160 160 </div> 161 <hr size="1"/><address style="text-align: right;"><small>Generated on Mon Oct 12 19:37:192009 for mixpp by 161 <hr size="1"/><address style="text-align: right;"><small>Generated on Thu Oct 15 00:07:48 2009 for mixpp by 162 162 <a href="http://www.doxygen.org/index.html"> 163 163 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>