hdf5/c++
Binh-Minh Ribler 4a4ec03dfd Adding a C++ wrapper
Description:
    - Added a wrapper for H5Ovisit2 to class H5Object
        // Recursively visit elements reachable from this object.
        void visit(H5_index_t idx_type, H5_iter_order_t order,
                   visit_operator_t user_op, void *op_data, unsigned int fields);
    - Fixed various typos in documentation
Platforms tested:
    Linux/64 (jelly)
    Linux/64 (platypus)
    Darwin (osx1011test)
2019-02-14 15:35:04 -06:00
..
examples Change prefix in example scripts to relative path to bin. This was done 2018-08-23 07:37:00 -05:00
src Adding a C++ wrapper 2019-02-14 15:35:04 -06:00
test Adding a C++ wrapper 2019-02-14 15:35:04 -06:00
CMakeLists.txt HDFFV-9739 and cmake improvements merge from develop 2018-05-22 10:23:16 -05:00
COPYING Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
Makefile.am Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00