h5cpp  0.5.2
A modern C++ wrapper for the HDF5 C library
hdf5::property::ObjectCopyList Class Reference

#include <object_copy.hpp>

Inheritance diagram for hdf5::property::ObjectCopyList:
Collaboration diagram for hdf5::property::ObjectCopyList:

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...
 
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...
 

Constructor & Destructor Documentation

◆ ObjectCopyList() [1/2]

hdf5::property::ObjectCopyList::ObjectCopyList ( )

◆ ObjectCopyList() [2/2]

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

Member Function Documentation

◆ flags() [1/3]

CopyFlags hdf5::property::ObjectCopyList::flags ( ) const

◆ flags() [2/3]

void hdf5::property::ObjectCopyList::flags ( const CopyFlag flag) const

◆ flags() [3/3]

void hdf5::property::ObjectCopyList::flags ( const CopyFlags flags) const

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