h5cpp  0.5.1
A modern C++ wrapper for the HDF5 C library
hdf5::VarLengthStringTrait< std::string > Struct Reference

#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)
 

Member Typedef Documentation

◆ BufferType

◆ DataType

using hdf5::VarLengthStringTrait< std::string >::DataType = std::string

Member Function Documentation

◆ from_buffer()

static void hdf5::VarLengthStringTrait< std::string >::from_buffer ( const BufferType buffer,
DataType data 
)
inlinestatic

◆ to_buffer()

static BufferType hdf5::VarLengthStringTrait< std::string >::to_buffer ( const DataType data)
inlinestatic

The documentation for this struct was generated from the following file: