h5cpp  0.3.3
A modern C++ wrapper for the HDF5 C library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Typedefs
variable_length_string.hpp File Reference
#include <vector>
#include <string>
#include <algorithm>
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
 

Typedefs

template<typename CharT >
using hdf5::VarLengthStringBuffer = std::vector< CharT * >
 buffer for variable length string data More...