h5gt 0.2.0
C++ wrapper for HDF5 library (based on HighFive project)
Loading...
Searching...
No Matches
H5Attribute_py.h
1#include "h5gt_py.h"
2
3namespace h5gtpy {
4
5void Attribute_py(py::class_<Attribute, Object> &py_obj);
6
7
8} // h5gtpy