h5cpp
0.5.0
A modern C++ wrapper for the HDF5 C library
|
#include <string_creation.hpp>
Public Member Functions | |
StringCreationList () | |
constructor More... | |
virtual | ~StringCreationList () override |
destructor More... | |
StringCreationList (ObjectHandle &&handle) | |
datatype::CharacterEncoding | character_encoding () const |
get character encoding More... | |
void | character_encoding (datatype::CharacterEncoding encoding) const |
set character encoding More... | |
Public Member Functions inherited from hdf5::property::List | |
List (const Class &plist_class) | |
constructor More... | |
List (const List &plist) | |
copy constructor More... | |
List (ObjectHandle &&handle) | |
constructor More... | |
List & | operator= (const List &type) |
copy assignment More... | |
virtual | ~List () |
destructor More... | |
List & | operator= (List &&type)=default |
List (List &&type)=default | |
Class | get_class () const |
return property list class More... | |
operator hid_t () const | |
conversion operator More... | |
Protected Member Functions | |
StringCreationList (const Class &plist_class) | |
hdf5::property::StringCreationList::StringCreationList | ( | ) |
|
overridevirtual |
|
explicit |
|
protected |
datatype::CharacterEncoding hdf5::property::StringCreationList::character_encoding | ( | ) | const |
void hdf5::property::StringCreationList::character_encoding | ( | datatype::CharacterEncoding | encoding | ) | const |
encoding | the required character encoding |