Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
27274c17
Commit
27274c17
authored
Jan 23, 2016
by
Davis King
Browse files
updated docs
parent
3ca91aae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
docs/docs/other.xml
docs/docs/other.xml
+15
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/other.xml
View file @
27274c17
...
...
@@ -34,6 +34,7 @@
<item>
timeout
</item>
<item>
member_function_pointer
</item>
<item>
vectorstream
</item>
<item>
unserialize
</item>
<item>
bound_function_pointer
</item>
<item>
error
</item>
<item>
console_progress_indicator
</item>
...
...
@@ -403,6 +404,20 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>
unserialize
</name>
<file>
dlib/vectorstream.h
</file>
<spec_file>
dlib/vectorstream/unserialize_abstract.h
</spec_file>
<description>
This object effectively allows you to peek at the next serialized
object in an istream. It does this by allowing you to read an object
and then put it back.
</description>
</component>
<!-- ************************************************************************* -->
<component>
...
...
docs/docs/term_index.xml
View file @
27274c17
...
...
@@ -1430,6 +1430,7 @@
<term
link=
"other.html#dlib_testing_suite"
name=
"unit testing"
/>
<term
file=
"other.html"
name=
"logger"
include=
"dlib/logger.h"
/>
<term
file=
"other.html"
name=
"vectorstream"
include=
"dlib/vectorstream.h"
/>
<term
file=
"other.html"
name=
"unserialize"
include=
"dlib/vectorstream.h"
/>
<term
file=
"other.html"
name=
"member_function_pointer"
include=
"dlib/member_function_pointer.h"
/>
<term
file=
"other.html"
name=
"make_mfp"
include=
"dlib/member_function_pointer.h"
/>
<term
file=
"other.html"
name=
"bound_function_pointer"
include=
"dlib/bound_function_pointer.h"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment