Changeset 621 for library/doc/html/user__info_8h_source.html
- Timestamp:
- 09/16/09 22:52:42 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/user__info_8h_source.html
r617 r621 207 207 <a name="l00321"></a>00321 208 208 <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#a 89a0f906b242b79c5d3d342291b2cab4" title="Throw std::runtime_exception if t is not true and NDEBUG is not defined.">bdm_assert_debug</a> ( typeless_instance, <span class="stringliteral">"UI::new_instance failed"</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">"UI::new_instance failed"</span> ); 210 210 <a name="l00324"></a>00324 211 211 <a name="l00325"></a>00325 instance = <span class="keyword">dynamic_cast<</span>T*<span class="keyword">></span> ( typeless_instance ); … … 235 235 <a name="l00351"></a>00351 T *tmp_inst = 0; 236 236 <a name="l00352"></a>00352 from_setting ( tmp_inst, element ); 237 <a name="l00353"></a>00353 <a class="code" href="bdmerror_8h.html#a 89a0f906b242b79c5d3d342291b2cab4" title="Throw std::runtime_exception if t is not true and NDEBUG is not defined.">bdm_assert_debug</a> ( tmp_inst, <span class="stringliteral">"UI::from_setting failed"</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">"UI::from_setting failed"</span> ); 238 238 <a name="l00354"></a>00354 instance = tmp_inst; 239 239 <a name="l00355"></a>00355 } … … 433 433 <a name="l00619"></a>00619 <span class="preprocessor">#endif // #ifndef USER_INFO_H</span> 434 434 </pre></div></div> 435 <hr size="1"/><address style="text-align: right;"><small>Generated on Tue Sep 15 23:42:472009 for mixpp by 435 <hr size="1"/><address style="text-align: right;"><small>Generated on Wed Sep 16 22:33:31 2009 for mixpp by 436 436 <a href="http://www.doxygen.org/index.html"> 437 437 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>