Show
Ignore:
Timestamp:
11/13/08 19:59:21 (16 years ago)
Author:
smidl
Message:

dokumentace

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/html/loggers_8h-source.html

    r181 r210  
    4141<a name="l00045"></a>00045         } 
    4242<a name="l00046"></a>00046  
    43 <a name="l00048"></a>00048         <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlogger.html#efb5a59cb329f58810b09bd9cc270b78" title="log this vector">logit</a> ( <span class="keywordtype">int</span> <span class="keywordtype">id</span>, vec v ) =0; 
     43<a name="l00048"></a>00048         <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlogger.html#1f1d8acfcb9f7842a062fcbd80edbf80" title="log this vector">logit</a> ( <span class="keywordtype">int</span> <span class="keywordtype">id</span>, <span class="keyword">const</span> vec &amp;v ) =0; 
    4444<a name="l00049"></a>00049  
    4545<a name="l00051"></a>00051         <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlogger.html#709b3ebefa0da3ed371aa802b06512a2" title="Shifts storage position for another time step.">step</a>() =0; 
     
    6666<a name="l00086"></a>00086         } 
    6767<a name="l00087"></a><a class="code" href="classmemlog.html#c97961eda9cda9f0e63c703cf21e5804">00087</a>         <span class="keywordtype">void</span> <a class="code" href="classmemlog.html#c97961eda9cda9f0e63c703cf21e5804" title="Shifts storage position for another time step.">step</a>() {<span class="keywordflow">if</span> ( <a class="code" href="classmemlog.html#3410b4c002636508c43ddcba8d394520" title="Currect record to be written.">ind</a>&lt;<a class="code" href="classmemlog.html#4195f322897ededdac66c404b848ced3" title="Maximum length of vectors stored in memory.">maxlen</a> ) <a class="code" href="classmemlog.html#3410b4c002636508c43ddcba8d394520" title="Currect record to be written.">ind</a>++; <span class="keywordflow">else</span> it_error ( <span class="stringliteral">"memlog::ind is too high;"</span> );} 
    68 <a name="l00088"></a><a class="code" href="classmemlog.html#8d2feeb826f7249e9104d616b5a67144">00088</a>         <span class="keywordtype">void</span> <a class="code" href="classmemlog.html#8d2feeb826f7249e9104d616b5a67144" title="log this vector">logit</a> ( <span class="keywordtype">int</span> <span class="keywordtype">id</span>, vec v ) { 
     68<a name="l00088"></a><a class="code" href="classmemlog.html#3974df074f1df270d56f13ade374c1be">00088</a>         <span class="keywordtype">void</span> <a class="code" href="classmemlog.html#3974df074f1df270d56f13ade374c1be" title="log this vector">logit</a> ( <span class="keywordtype">int</span> <span class="keywordtype">id</span>, <span class="keyword">const</span> vec &amp;v ) { 
    6969<a name="l00089"></a>00089                 it_assert_debug(<span class="keywordtype">id</span>&lt;<a class="code" href="classmemlog.html#f0f5bc7b83539ad102e8f65297852d91" title="Storage.">vectors</a>.length(),<span class="stringliteral">"Logger was not initialized, run init()."</span>); 
    7070<a name="l00090"></a>00090                 <a class="code" href="classmemlog.html#f0f5bc7b83539ad102e8f65297852d91" title="Storage.">vectors</a> ( <span class="keywordtype">id</span> ).set_row ( <a class="code" href="classmemlog.html#3410b4c002636508c43ddcba8d394520" title="Currect record to be written.">ind</a>,v );} 
     
    8888<a name="l00126"></a>00126 <span class="preprocessor">#endif // LGR_H</span> 
    8989</pre></div></div> 
    90 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Oct 15 15:57:09 2008 for mixpp by&nbsp; 
     90<hr size="1"><address style="text-align: right;"><small>Generated on Wed Nov 12 20:46:06 2008 for mixpp by&nbsp; 
    9191<a href="http://www.doxygen.org/index.html"> 
    9292<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>