83 bool flush_on_close =
false,
size_t increment_len_bytes = 1000000,
108 bool flush_on_close =
false,
size_t increment_len_bytes = 1000000,
Structs that describe backend capabilities.
Definitions for setting up backends with file and memory I/O.
Groups are a new implementation of ObsSpaces.
#define IODA_DL
A preprocessor tag that indicates that a symbol is to be exported/imported.
IODA_DL Group createFile(const std::string &filename, BackendCreateModes mode, HDF5_Version_Range compat=defaultVersionRange())
Create a ioda::Group backed by an HDF5 file.
IODA_DL HDF5_Version_Range defaultVersionRange()
IODA_DL Group openFile(const std::string &filename, BackendOpenModes mode, HDF5_Version_Range compat=defaultVersionRange())
Open a ioda::Group backed by an HDF5 file.
IODA_DL Capabilities getCapabilitiesFileEngine()
Get capabilities of the HDF5 file-backed engine.
IODA_DL std::string genUniqueName()
Convenience function to generate a random file name.
HDF5_Version
HDF5 library format versions.
IODA_DL Capabilities getCapabilitiesInMemoryEngine()
Get capabilities of the HDF5 memory-backed engine.
IODA_DL Group openMemoryFile(const std::string &filename, BackendOpenModes mode=BackendOpenModes::Read_Only, bool flush_on_close=false, size_t increment_len_bytes=1000000, HDF5_Version_Range compat=defaultVersionRange())
Map an HDF5 file in memory and open a ioda::Group.
IODA_DL Group createMemoryFile(const std::string &filename, BackendCreateModes mode, bool flush_on_close=false, size_t increment_len_bytes=1000000, HDF5_Version_Range compat=defaultVersionRange())
Create a ioda::Group backed by the HDF5 in-memory-store.
std::pair< HDF5_Version, HDF5_Version > HDF5_Version_Range
@ Earliest
Use the earliest possible HDF5 format for storing objects.
@ V18
Use the latest HDF5 v1.8 format for storing objects.
@ V110
Use the latest HDF5 v1.10 format for storing objects.
@ Latest
Use the latest possible HDF5 format for storing objects.
@ V112
Use the latest HDF5 v1.12 format for storing objects.
@ Read_Only
Open the file in read-only mode.
IODA_DL std::ostream & operator<<(std::ostream &os, const HDF5_Version &ver)
stream operator
Struct defining what an engine can/cannot do.