updated docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403714
This commit is contained in:
Davis King 2010-07-02 00:31:24 +00:00
parent 991e8946b1
commit c6abad1f84
2 changed files with 20 additions and 0 deletions

View File

@ -538,6 +538,7 @@
<item>static_map</item> <item>static_map</item>
<item>sliding_buffer</item> <item>sliding_buffer</item>
<item>tuple</item> <item>tuple</item>
<item>reference_wrapper</item>
<item nolink="true"> <item nolink="true">
<name>smart pointers</name> <name>smart pointers</name>
<sub> <sub>
@ -1201,6 +1202,22 @@
</component> </component>
<!-- ************************************************************************* -->
<component>
<name>reference_wrapper</name>
<file>dlib/ref.h</file>
<spec_file>dlib/ref.h</spec_file>
<description>
This is a simple object that just holds a reference to another object.
It is useful because it can serve as a kind of "copyable reference".
</description>
<examples>
<example>thread_function_ex.cpp.html</example>
</examples>
</component>
<!-- ************************************************************************* --> <!-- ************************************************************************* -->
<component> <component>

View File

@ -795,6 +795,9 @@
<term file="dlib/ref.h.html" name="ref"/>
<term file="dlib/ref.h.html" name="cref"/>
<term file="containers.html" name="reference_wrapper"/>
<term file="containers.html" name="tuple"/> <term file="containers.html" name="tuple"/>
<term file="containers.html" name="type_safe_union"/> <term file="containers.html" name="type_safe_union"/>