h5cpp  0.6.0
A modern C++ wrapper for the HDF5 C library
hdf5::file::PosixDriver Class Reference

#include <posix_driver.hpp>

Inheritance diagram for hdf5::file::PosixDriver:
Collaboration diagram for hdf5::file::PosixDriver:

Public Member Functions

 PosixDriver ()
 
virtual void operator() (const property::FileAccessList &fapl) const override
 set a driver More...
 
virtual DriverID id () const noexcept override
 get driver ID More...
 
- Public Member Functions inherited from hdf5::file::Driver
virtual ~Driver ()
 

Additional Inherited Members

- Public Types inherited from hdf5::file::Driver
using UniquePointer = std::unique_ptr< Driver >
 unique pointer type More...
 

Constructor & Destructor Documentation

◆ PosixDriver()

hdf5::file::PosixDriver::PosixDriver ( )

Member Function Documentation

◆ id()

virtual DriverID hdf5::file::PosixDriver::id ( ) const
overridevirtualnoexcept

Return the ID of a particular driver.

Implements hdf5::file::Driver.

◆ operator()()

virtual void hdf5::file::PosixDriver::operator() ( const property::FileAccessList fapl) const
overridevirtual

Sets a driver to a particular file access property list.

Implements hdf5::file::Driver.


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