Home
last modified time | relevance | path

Searched defs:archivecontext (Results 1 – 2 of 2) sorted by relevance

/dports/science/ALPSCore/ALPSCore-2.2.0/hdf5/src/
H A Darchivecontext.hpp19 struct archivecontext : boost::noncopyable { struct
26 bool compress_;
27 bool write_;
28 bool replace_;
29 bool memory_;
30 std::string filename_;
31 std::string filename_new_;
32 hid_t file_id_;
H A Darchivecontext.cpp22archivecontext::archivecontext(std::string const & filename, bool write, bool replace, bool compre… in archivecontext() function in alps::hdf5::detail::archivecontext