Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
27274c17
Commit
27274c17
authored
9 years ago
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
3ca91aae
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
other.xml
docs/docs/other.xml
+15
-0
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>
...
...
This diff is collapsed.
Click to expand it.
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"
/>
...
...
This diff is collapsed.
Click to expand it.
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