Show
Ignore:
Timestamp:
09/27/09 00:58:34 (15 years ago)
Author:
smidl
Message:

doc

Files:
1 modified

Legend:

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

    r632 r641  
    128128<a name="l00118"></a>00118  
    129129<a name="l00124"></a><a class="code" href="classbdm_1_1shared__ptr.html#abcaae812868eacbad050beda465d2327">00124</a>         T *<a class="code" href="classbdm_1_1shared__ptr.html#abcaae812868eacbad050beda465d2327">operator-&gt;</a>() { 
    130 <a name="l00125"></a>00125                 <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> ( payload, <span class="stringliteral">&quot;dereferencing NULL&quot;</span> ); 
     130<a name="l00125"></a>00125                 <span class="keywordflow">if</span> ( !payload) {abort();};<span class="comment">// &quot;dereferencing NULL&quot; );</span> 
    131131<a name="l00126"></a>00126                 <span class="keywordflow">return</span> payload; 
    132132<a name="l00127"></a>00127         } 
     
    242242<a name="l00297"></a>00297 <span class="preprocessor">#endif</span> 
    243243</pre></div></div> 
    244 <hr size="1"/><address style="text-align: right;"><small>Generated on Fri Sep 18 00:12:03 2009 for mixpp by&nbsp; 
     244<hr size="1"/><address style="text-align: right;"><small>Generated on Sun Sep 27 00:49:04 2009 for mixpp by&nbsp; 
    245245<a href="http://www.doxygen.org/index.html"> 
    246246<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>