mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
updated docs
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403714
This commit is contained in:
parent
991e8946b1
commit
c6abad1f84
@ -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>
|
||||||
|
@ -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"/>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user