h5cpp
0.5.2
A modern C++ wrapper for the HDF5 C library
|
#include <vector>
#include <algorithm>
#include <cstring>
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 | |
top-level namespace of the entire library | |
Typedefs | |
template<typename CharT > | |
using | hdf5::VarLengthStringBuffer = std::vector< CharT * > |
buffer for variable length string data More... | |