hops
|
#include <H5PropertyList.hpp>
Public Member Functions | |
template<typename F , typename... Args> | |
void | add (const F &funct, const Args &... args) |
Public Member Functions inherited from HighFive::PropertyList< T > | |
~PropertyList () | |
PropertyList (const PropertyList< T > &)=delete | |
PropertyList & | operator= (const PropertyList< T > &)=delete |
PropertyList (PropertyList &&other) noexcept | |
PropertyList & | operator= (PropertyList &&other) noexcept |
constexpr PropertyType | getType () const |
hid_t | getId () const |
PropertyList () noexcept | |
template<typename P > | |
PropertyList (const std::initializer_list< P > &) | |
template<typename P > | |
void | add (const P &property) |
Additional Inherited Members | |
Protected Member Functions inherited from HighFive::PropertyList< T > | |
void | _initializeIfNeeded () |
Protected Attributes inherited from HighFive::PropertyList< T > | |
hid_t | _hid |
RawPropertieLists are to be used when advanced H5 properties are desired and are not part of the HighFive API. Therefore this class is mainly for internal use.
|
inline |