Commit 9e0980e9 authored by Davis King's avatar Davis King

updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402532
parent c11faa4e
......@@ -74,6 +74,7 @@
<sub>
<item>scoped_ptr</item>
<item>shared_ptr</item>
<item>shared_ptr_thread_safe</item>
<item>weak_ptr</item>
</sub>
</item>
......@@ -652,6 +653,20 @@
<!-- ************************************************************************* -->
<component>
<name>shared_ptr_thread_safe</name>
<file>dlib/smart_pointers.h</file>
<spec_file>dlib/smart_pointers/shared_ptr_thread_safe_abstract.h</spec_file>
<description>
<p>
This object represents a reference counted smart pointer just like
<a href="#shared_ptr">shared_ptr</a> except that it is threadsafe.
</p>
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>shared_ptr</name>
<file>dlib/smart_pointers.h</file>
......
......@@ -516,6 +516,7 @@
<term link="containers.html#sequence" name="sequence"/>
<term link="containers.html#set" name="set"/>
<term link="containers.html#shared_ptr" name="shared_ptr"/>
<term link="containers.html#shared_ptr_thread_safe" name="shared_ptr_thread_safe"/>
<term link="containers.html#sliding_buffer" name="sliding_buffer"/>
<term link="containers.html#stack" name="stack"/>
<term link="containers.html#static_map" name="static_map"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment