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
609e8de7
Commit
609e8de7
authored
Mar 07, 2012
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
b69ad5ac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
+18
-2
containers.xml
docs/docs/containers.xml
+17
-2
term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/containers.xml
View file @
609e8de7
...
...
@@ -594,6 +594,7 @@
<item>
std_vector_c
</item>
<item>
static_map
</item>
<item>
sliding_buffer
</item>
<item>
circular_buffer
</item>
<item>
tuple
</item>
<item>
reference_wrapper
</item>
<item
nolink=
"true"
>
...
...
@@ -808,7 +809,8 @@
<spec_file>
dlib/sliding_buffer/sliding_buffer_kernel_abstract.h
</spec_file>
<description>
This object represents an array with the ability to rotate its contents
left or right.
left or right. Note that the size of this object is always a power of two.
If you need arbitrary sized objects then use a
<a
href=
"#circular_buffer"
>
circular_buffer
</a>
.
</description>
<implementations>
...
...
@@ -835,7 +837,20 @@
<!-- ************************************************************************* -->
<component
checked=
"true"
>
<component>
<name>
circular_buffer
</name>
<file>
dlib/sliding_buffer.h
</file>
<spec_file>
dlib/sliding_buffer/circular_buffer_abstract.h
</spec_file>
<description>
This object represents a simple sliding buffer which can contain
and arbitrary number of elements.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
array2d
</name>
<file>
dlib/array2d.h
</file>
<spec_file>
dlib/array2d/array2d_kernel_abstract.h
</spec_file>
...
...
docs/docs/term_index.xml
View file @
609e8de7
...
...
@@ -984,6 +984,7 @@
<term
file=
"containers.html"
name=
"sequence"
/>
<term
file=
"containers.html"
name=
"shared_ptr_thread_safe"
/>
<term
file=
"containers.html"
name=
"sliding_buffer"
/>
<term
file=
"containers.html"
name=
"circular_buffer"
/>
<term
file=
"containers.html"
name=
"static_map"
/>
<term
file=
"containers.html"
name=
"static_set"
/>
...
...
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