h5cpp 0.7
A modern C++ wrapper for the HDF5 C library
Loading...
Searching...
No Matches
hdf5::property::StringCreationList Class Reference

#include <string_creation.hpp>

Inheritance diagram for hdf5::property::StringCreationList:
Collaboration diagram for hdf5::property::StringCreationList:

Public Member Functions

 StringCreationList ()
 constructor
 
virtual ~StringCreationList () override
 destructor
 
 StringCreationList (ObjectHandle &&handle)
 
datatype::CharacterEncoding character_encoding () const
 get character encoding
 
void character_encoding (datatype::CharacterEncoding encoding) const
 set character encoding
 
- Public Member Functions inherited from hdf5::property::List
 List (const Class &plist_class)
 constructor
 
 List (const List &plist)
 copy constructor
 
 List (ObjectHandle &&handle)
 constructor
 
Listoperator= (const List &type)
 copy assignment
 
virtual ~List ()
 destructor
 
Listoperator= (List &&type)=default
 
 List (List &&type)=default
 
Class get_class () const
 return property list class
 
 operator hid_t () const
 conversion operator
 

Protected Member Functions

 StringCreationList (const Class &plist_class)
 

Constructor & Destructor Documentation

◆ StringCreationList() [1/3]

hdf5::property::StringCreationList::StringCreationList ( )

◆ ~StringCreationList()

virtual hdf5::property::StringCreationList::~StringCreationList ( )
overridevirtual

◆ StringCreationList() [2/3]

hdf5::property::StringCreationList::StringCreationList ( ObjectHandle &&  handle)
explicit

◆ StringCreationList() [3/3]

hdf5::property::StringCreationList::StringCreationList ( const Class plist_class)
protected

Member Function Documentation

◆ character_encoding() [1/2]

datatype::CharacterEncoding hdf5::property::StringCreationList::character_encoding ( ) const
Returns
current character encoding
See also
character_encoding

◆ character_encoding() [2/2]

void hdf5::property::StringCreationList::character_encoding ( datatype::CharacterEncoding  encoding) const
Parameters
encodingthe required character encoding
See also
character_encoding

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