h5cpp
0.6.0
A modern C++ wrapper for the HDF5 C library
|
#include <object_copy.hpp>
Public Member Functions | |
ObjectCopyList () | |
ObjectCopyList (ObjectHandle &&handle) | |
void | flags (const CopyFlags &flags) const |
void | flags (const CopyFlag &flag) const |
CopyFlags | flags () const |
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... | |
hdf5::property::ObjectCopyList::ObjectCopyList | ( | ) |
|
explicit |
CopyFlags hdf5::property::ObjectCopyList::flags | ( | ) | const |
void hdf5::property::ObjectCopyList::flags | ( | const CopyFlag & | flag | ) | const |
void hdf5::property::ObjectCopyList::flags | ( | const CopyFlags & | flags | ) | const |