Skip to content
Snippets Groups Projects
Commit 2e405fc7 authored by Manuel Günther's avatar Manuel Günther
Browse files

Corrected C++ interface documentation

parent 91ce4fb0
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment