HighFive 3.1.1
HighFive - Header-only C++ HDF5 interface
Loading...
Searching...
No Matches
HighFive::PropertyListBase Class Reference

Base Class for Property lists, providing global default. More...

#include <H5PropertyList.hpp>

Inheritance diagram for HighFive::PropertyListBase:
Collaboration diagram for HighFive::PropertyListBase:

Public Member Functions

 PropertyListBase () noexcept
 
- Public Member Functions inherited from HighFive::Object
 Object (Object &&other) noexcept
 
bool isValid () const noexcept
 isValid
 
hid_t getId () const noexcept
 getId
 
ObjectInfo getInfo () const
 Retrieve several infos about the current object (address, dates, etc)
 
haddr_t getAddress () const
 Address of an HDF5 object in the file.
 
ObjectType getType () const
 Gets the fundamental type of the object (dataset, group, etc)
 
bool operator== (const Object &other) const noexcept
 

Static Public Member Functions

static const PropertyListBaseDefault () noexcept
 

Additional Inherited Members

- Protected Member Functions inherited from HighFive::Object
 Object ()
 
 Object (const Object &other)
 
 Object (hid_t) noexcept
 
 ~Object ()
 
Objectoperator= (const Object &other)
 
Objectoperator= (Object &&other)
 
- Protected Attributes inherited from HighFive::Object
hid_t _hid
 

Detailed Description

Base Class for Property lists, providing global default.

Constructor & Destructor Documentation

◆ PropertyListBase()

HighFive::PropertyListBase::PropertyListBase ( )
inlinenoexcept

Member Function Documentation

◆ Default()

static const PropertyListBase & HighFive::PropertyListBase::Default ( )
inlinestaticnoexcept

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