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
f0705c93
Commit
f0705c93
authored
Nov 17, 2012
by
Davis King
Browse files
updated docs
parent
0eb9fb52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
23 deletions
+6
-23
docs/docs/other.xml
docs/docs/other.xml
+6
-23
No files found.
docs/docs/other.xml
View file @
f0705c93
...
...
@@ -380,7 +380,7 @@
<!-- ************************************************************************* -->
<component
checked=
"true"
>
<component>
<name>
member_function_pointer
</name>
<file>
dlib/member_function_pointer.h
</file>
<spec_file>
dlib/member_function_pointer/member_function_pointer_kernel_abstract.h
</spec_file>
...
...
@@ -388,34 +388,17 @@
This object represents a member function pointer. It is useful because
instances of this object can be created without needing to know the type
of object whose member function we will be calling.
<p>
The implementation of this object is done using type erasure and placement new. This
means that it never allocates memory on the heap and instead stores everything
on the stack.
</p>
</description>
<examples>
<example>
member_function_pointer_ex.cpp.html
</example>
</examples>
<implementations>
<implementation>
<name>
member_function_pointer_kernel_1
</name>
<file>
dlib/member_function_pointer/member_function_pointer_kernel_1.h
</file>
<description>
This implementation is done using type erasure and placement new. This
means that it never allocates memory on the heap and instead stores everything
on the stack.
</description>
<typedefs>
<typedef>
<name>
kernel_1a
</name>
<description>
is a typedef for member_function_pointer_kernel_1
</description>
</typedef>
</typedefs>
</implementation>
</implementations>
</component>
...
...
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