Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.io.base
Commits
2e405fc7
Commit
2e405fc7
authored
May 23, 2016
by
Manuel Günther
Browse files
Corrected C++ interface documentation
parent
91ce4fb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/c_cpp_api.rst
View file @
2e405fc7
...
...
@@ -133,16 +133,16 @@ Bob HDF5 Support
.. cpp:type:: PyBobIoHDF5FileObject
The pythonic object representation for a ``bob::io::HDF5File`` object.
The pythonic object representation for a ``bob::io::
base::
HDF5File`` object.
.. code-block:: cpp
typedef struct {
PyObject_HEAD
boost::shared_ptr<bob::io::HDF5File> f;
boost::shared_ptr<bob::io::
base::
HDF5File> f;
} PyBobIoHDF5FileObject;
.. cpp:member:: boost::shared_ptr<bob::io::HDF5File> f
.. cpp:member:: boost::shared_ptr<bob::io::
base::
HDF5File> f
A pointer to a Bob object being used to read/write data into an HDF5
file.
...
...
Write
Preview
Supports
Markdown
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