|
h5cpp
0.6.1
A modern C++ wrapper for the HDF5 C library
|
#include <variable_length_string.hpp>
Public Types | |
| using | BufferType = VarLengthStringBuffer< char > |
| using | DataType = std::string |
Static Public Member Functions | |
| static BufferType | to_buffer (const DataType &data) |
| static void | from_buffer (const BufferType &buffer, DataType &data) |
| using hdf5::VarLengthStringTrait< std::string >::BufferType = VarLengthStringBuffer<char> |
| using hdf5::VarLengthStringTrait< std::string >::DataType = std::string |
|
inlinestatic |
|
inlinestatic |