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
609e8de7
Commit
609e8de7
authored
Mar 06, 2012
by
Davis King
Browse files
updated docs
parent
b69ad5ac
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
+18
-2
docs/docs/containers.xml
docs/docs/containers.xml
+17
-2
docs/docs/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