|
IODA_DL HDF5_Version_Range | defaultVersionRange () |
|
IODA_DL std::string | genUniqueName () |
| Convenience function to generate a random file name. More...
|
|
IODA_DL Group | createFile (const std::string &filename, BackendCreateModes mode, HDF5_Version_Range compat=defaultVersionRange()) |
| Create a ioda::Group backed by an HDF5 file. More...
|
|
IODA_DL Group | openFile (const std::string &filename, BackendOpenModes mode, HDF5_Version_Range compat=defaultVersionRange()) |
| Open a ioda::Group backed by an HDF5 file. More...
|
|
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. More...
|
|
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. More...
|
|
IODA_DL Capabilities | getCapabilitiesFileEngine () |
| Get capabilities of the HDF5 file-backed engine. More...
|
|
IODA_DL Capabilities | getCapabilitiesInMemoryEngine () |
| Get capabilities of the HDF5 memory-backed engine. More...
|
|
IODA_DL std::ostream & | operator<< (std::ostream &os, const HDF5_Version &ver) |
| stream operator More...
|
|
IODA_DL std::ostream & | operator<< (std::ostream &os, const HDF5_Version_Range &range) |
| stream operator More...
|
|
unsigned int | random_char () |
|
std::string | generate_hex (const unsigned int len) |
|
Functions that are helpful in creating a new ioda::Group that is backed by HDF5.