h5cpp  0.6.0
A modern C++ wrapper for the HDF5 C library
hdf5::property::AttributeCreationList Class Reference

#include <attribute_creation.hpp>

Inheritance diagram for hdf5::property::AttributeCreationList:
Collaboration diagram for hdf5::property::AttributeCreationList:

Public Member Functions

 AttributeCreationList ()
 default constructor More...
 
 ~AttributeCreationList () override
 destructor More...
 
 AttributeCreationList (ObjectHandle &&handle)
 
- Public Member Functions inherited from hdf5::property::StringCreationList
 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...
 
Listoperator= (const List &type)
 copy assignment More...
 
virtual ~List ()
 destructor More...
 
Listoperator= (List &&type)=default
 
 List (List &&type)=default
 
Class get_class () const
 return property list class More...
 
 operator hid_t () const
 conversion operator More...
 

Additional Inherited Members

- Protected Member Functions inherited from hdf5::property::StringCreationList
 StringCreationList (const Class &plist_class)
 

Constructor & Destructor Documentation

◆ AttributeCreationList() [1/2]

hdf5::property::AttributeCreationList::AttributeCreationList ( )

◆ ~AttributeCreationList()

hdf5::property::AttributeCreationList::~AttributeCreationList ( )
override

◆ AttributeCreationList() [2/2]

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

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