20 }
catch (
const std::exception& e) {
Interfaces for ioda::Group and related classes.
Common preprocessor definitions used throughout IODA.
IODA_DL std::string genUniqueName()
Convenience function to generate a random file name.
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.
@ Truncate_If_Exists
If the file already exists, overwrite it.
IODA_DL void unwind_exception_stack(const std::exception &e, std::ostream &out=std::cerr, int level=0)
Convenience function for unwinding an exception stack.