Show
Ignore:
Timestamp:
09/16/09 22:52:42 (15 years ago)
Author:
smidl
Message:

doc - new pattern for from_setting for pdfs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/doc/html/user__info_8h_source.html

    r617 r621  
    207207<a name="l00321"></a>00321  
    208208<a name="l00322"></a>00322                 <a class="code" href="classbdm_1_1root.html" title="Root class of BDM objects.">root</a> *typeless_instance = related_UI.new_instance(); 
    209 <a name="l00323"></a>00323                 <a class="code" href="bdmerror_8h.html#a89a0f906b242b79c5d3d342291b2cab4" title="Throw std::runtime_exception if t is not true and NDEBUG is not defined.">bdm_assert_debug</a> ( typeless_instance, <span class="stringliteral">&quot;UI::new_instance failed&quot;</span> ); 
     209<a name="l00323"></a>00323                 <a class="code" href="bdmerror_8h.html#a7a3399d182b8e3065532596e76f84849" title="Throw std::runtime_exception if t is not true.">bdm_assert</a> ( typeless_instance, <span class="stringliteral">&quot;UI::new_instance failed&quot;</span> ); 
    210210<a name="l00324"></a>00324  
    211211<a name="l00325"></a>00325                 instance = <span class="keyword">dynamic_cast&lt;</span>T*<span class="keyword">&gt;</span> ( typeless_instance ); 
     
    235235<a name="l00351"></a>00351                 T *tmp_inst = 0; 
    236236<a name="l00352"></a>00352                 from_setting ( tmp_inst, element ); 
    237 <a name="l00353"></a>00353                 <a class="code" href="bdmerror_8h.html#a89a0f906b242b79c5d3d342291b2cab4" title="Throw std::runtime_exception if t is not true and NDEBUG is not defined.">bdm_assert_debug</a> ( tmp_inst, <span class="stringliteral">&quot;UI::from_setting failed&quot;</span> ); 
     237<a name="l00353"></a>00353                 <a class="code" href="bdmerror_8h.html#a7a3399d182b8e3065532596e76f84849" title="Throw std::runtime_exception if t is not true.">bdm_assert</a> ( tmp_inst, <span class="stringliteral">&quot;UI::from_setting failed&quot;</span> ); 
    238238<a name="l00354"></a>00354                 instance = tmp_inst; 
    239239<a name="l00355"></a>00355         } 
     
    433433<a name="l00619"></a>00619 <span class="preprocessor">#endif // #ifndef USER_INFO_H</span> 
    434434</pre></div></div> 
    435 <hr size="1"/><address style="text-align: right;"><small>Generated on Tue Sep 15 23:42:47 2009 for mixpp by&nbsp; 
     435<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Sep 16 22:33:31 2009 for mixpp by&nbsp; 
    436436<a href="http://www.doxygen.org/index.html"> 
    437437<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>