|
h5cpp
0.3.3
A modern C++ wrapper for the HDF5 C library
|
#include <vector>#include <string>#include <algorithm>

Go to the source code of this file.
Classes | |
| struct | hdf5::VarLengthStringTrait< T > |
| variable length string buffer trait More... | |
| struct | hdf5::VarLengthStringTrait< std::string > |
| struct | hdf5::VarLengthStringTrait< std::vector< std::string > > |
Namespaces | |
| hdf5 | |
Typedefs | |
| template<typename CharT > | |
| using | hdf5::VarLengthStringBuffer = std::vector< CharT * > |
| buffer for variable length string data More... | |
1.8.13