Changeset 591 for library/doc/html/bdmroot_8h_source.html
- Timestamp:
- 08/30/09 22:13:15 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/bdmroot_8h_source.html
r472 r591 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"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> 3 5 <title>mixpp: bdmroot.h Source File</title> 4 <link href="tabs.css" rel="stylesheet" type="text/css"> 5 <link href="doxygen.css" rel="stylesheet" type="text/css"> 6 </head><body> 7 <!-- Generated by Doxygen 1.5.9 --> 6 <link href="tabs.css" rel="stylesheet" type="text/css"/> 7 <link href="doxygen.css" rel="stylesheet" type="text/css"/> 8 </head> 9 <body> 10 <!-- Generated by Doxygen 1.6.1 --> 8 11 <script type="text/javascript"> 9 12 <!-- … … 68 71 <a name="l00016"></a>00016 <span class="preprocessor">#include <string></span> 69 72 <a name="l00017"></a>00017 70 <a name="l00018"></a>00018 <span class="preprocessor">#include "itpp_ext.h"</span>71 <a name="l00019"></a>00019 <span class="preprocessor">#include "base/libconfig/libconfig.h++"</span>73 <a name="l00018"></a>00018 <span class="preprocessor">#include "itpp_ext.h"</span> 74 <a name="l00019"></a>00019 <span class="preprocessor">#include "base/libconfig/libconfig.h++"</span> 72 75 <a name="l00020"></a>00020 73 76 <a name="l00021"></a>00021 <span class="keyword">using namespace </span>libconfig; … … 79 82 <a name="l00028"></a><a class="code" href="classbdm_1_1root.html">00028</a> <span class="keyword">class </span><a class="code" href="classbdm_1_1root.html" title="Root class of BDM objects.">root</a> { 80 83 <a name="l00029"></a>00029 <span class="keyword">public</span>: 81 <a name="l00031"></a><a class="code" href="classbdm_1_1root.html# 0f905a5b03b3656b47eff7344d67ce55">00031</a> <span class="keyword">virtual</span> <a class="code" href="classbdm_1_1root.html#0f905a5b03b3656b47eff7344d67ce55" title="make sure this is a virtual object">~root</a>() {84 <a name="l00031"></a><a class="code" href="classbdm_1_1root.html#a0f905a5b03b3656b47eff7344d67ce55">00031</a> <span class="keyword">virtual</span> <a class="code" href="classbdm_1_1root.html#a0f905a5b03b3656b47eff7344d67ce55" title="make sure this is a virtual object">~root</a>() { 82 85 <a name="l00032"></a>00032 } 83 86 <a name="l00033"></a>00033 84 <a name="l00035"></a><a class="code" href="classbdm_1_1root.html#a f0e6941ba5919cae1bc530e2181b109">00035</a> <span class="keyword">virtual</span> <span class="keywordtype">string</span> <a class="code" href="classbdm_1_1root.html#af0e6941ba5919cae1bc530e2181b109" title="This method returns a basic info about the current instance.">to_string</a>() {85 <a name="l00036"></a>00036 <span class="keywordflow">return</span> <span class="stringliteral"> ""</span>;87 <a name="l00035"></a><a class="code" href="classbdm_1_1root.html#aaf0e6941ba5919cae1bc530e2181b109">00035</a> <span class="keyword">virtual</span> <span class="keywordtype">string</span> <a class="code" href="classbdm_1_1root.html#aaf0e6941ba5919cae1bc530e2181b109" title="This method returns a basic info about the current instance.">to_string</a>() { 88 <a name="l00036"></a>00036 <span class="keywordflow">return</span> <span class="stringliteral">""</span>; 86 89 <a name="l00037"></a>00037 } 87 90 <a name="l00038"></a>00038 88 <a name="l00040"></a><a class="code" href="classbdm_1_1root.html# 0551e3121091c5199bf4413b50522176">00040</a> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classbdm_1_1root.html#0551e3121091c5199bf4413b50522176" title="This method arrange instance properties according the data stored in the Setting...">from_setting</a>(<span class="keyword">const</span> Setting &<span class="keyword">set</span>) {91 <a name="l00040"></a><a class="code" href="classbdm_1_1root.html#a0551e3121091c5199bf4413b50522176">00040</a> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classbdm_1_1root.html#a0551e3121091c5199bf4413b50522176" title="This method arrange instance properties according the data stored in the Setting...">from_setting</a> ( <span class="keyword">const</span> Setting &<span class="keyword">set</span> ) { 89 92 <a name="l00041"></a>00041 } 90 93 <a name="l00042"></a>00042 91 <a name="l00044"></a><a class="code" href="classbdm_1_1root.html# 67d954d255ede776eade7334d4895790">00044</a> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classbdm_1_1root.html#67d954d255ede776eade7334d4895790" title="This method save all the instance properties into the Setting structure.">to_setting</a>(Setting &<span class="keyword">set</span>)<span class="keyword"> const </span>{94 <a name="l00044"></a><a class="code" href="classbdm_1_1root.html#a67d954d255ede776eade7334d4895790">00044</a> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classbdm_1_1root.html#a67d954d255ede776eade7334d4895790" title="This method save all the instance properties into the Setting structure.">to_setting</a> ( Setting &<span class="keyword">set</span> )<span class="keyword"> const </span>{ 92 95 <a name="l00045"></a>00045 } 93 96 <a name="l00046"></a>00046 94 <a name="l00048"></a><a class="code" href="classbdm_1_1root.html# 1c314bd6d6dacb8ba78ea5eb88fd9516">00048</a> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classbdm_1_1root.html#1c314bd6d6dacb8ba78ea5eb88fd9516" title="This method TODO.">validate</a>() {97 <a name="l00048"></a><a class="code" href="classbdm_1_1root.html#a1c314bd6d6dacb8ba78ea5eb88fd9516">00048</a> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classbdm_1_1root.html#a1c314bd6d6dacb8ba78ea5eb88fd9516" title="This method TODO.">validate</a>() { 95 98 <a name="l00049"></a>00049 } 96 99 <a name="l00050"></a>00050 }; … … 99 102 <a name="l00053"></a>00053 <span class="preprocessor">#endif // root_H</span> 100 103 </pre></div></div> 101 <hr size="1" ><address style="text-align: right;"><small>Generated on Wed Aug 5 00:06:462009 for mixpp by 104 <hr size="1"/><address style="text-align: right;"><small>Generated on Sun Aug 30 22:10:49 2009 for mixpp by 102 105 <a href="http://www.doxygen.org/index.html"> 103 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9</small></address>106 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> 104 107 </body> 105 108 </html>