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

MPIIO Driver for Parallel HDF5. More...

#include <H5FileDriver.hpp>

Inheritance diagram for HighFive::MPIOFileDriver:
Collaboration diagram for HighFive::MPIOFileDriver:

Public Member Functions

template<typename Comm , typename Info >
 MPIOFileDriver (Comm mpi_comm, Info mpi_info)
 
- Public Member Functions inherited from HighFive::PropertyList< T >
constexpr PropertyType getType () const noexcept
 return the type of this PropertyList More...
 
template<typename P >
void add (const P &property)
 
- Public Member Functions inherited from HighFive::PropertyListBase
 PropertyListBase () noexcept
 
- Public Member Functions inherited from HighFive::Object
 ~Object ()
 
bool isValid () const noexcept
 isValid More...
 
hid_t getId () const noexcept
 getId More...
 
ObjectInfo getInfo () const
 Retrieve several infos about the current object (address, dates, etc) More...
 
ObjectType getType () const
 Gets the fundamental type of the object (dataset, group, etc) More...
 
bool operator== (const Object &other) const noexcept
 

Additional Inherited Members

- Static Public Member Functions inherited from HighFive::PropertyList< T >
static const PropertyList< T > & Default () noexcept
 Return the Default property type object. More...
 
- Static Public Member Functions inherited from HighFive::PropertyListBase
static const PropertyListBaseDefault () noexcept
 
- Protected Member Functions inherited from HighFive::PropertyList< T >
void _initializeIfNeeded ()
 
- Protected Member Functions inherited from HighFive::Object
 Object ()
 
 Object (const Object &other)
 
 Object (Object &&other) noexcept
 
 Object (hid_t)
 
Objectoperator= (const Object &other)
 
- Protected Attributes inherited from HighFive::Object
hid_t _hid
 

Detailed Description

MPIIO Driver for Parallel HDF5.

Constructor & Destructor Documentation

◆ MPIOFileDriver()

template<typename Comm , typename Info >
HighFive::MPIOFileDriver::MPIOFileDriver ( Comm  mpi_comm,
Info  mpi_info 
)
inline

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