h5cpp  0.5.2
A modern C++ wrapper for the HDF5 C library
variable_length_string.hpp File Reference
#include <vector>
#include <algorithm>
#include <cstring>
Include dependency graph for variable_length_string.hpp:
This graph shows which files directly or indirectly include this file:

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...