mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-03 02:32:04 +08:00
c78f1ec882
Description: Rearranged the classes to model the relationship of HDF5 objects more accurately. The changes included: - moved CommonFG's methods to Group - removed CommonFG from Group's base class list - removed CommonFG from H5File's base class list and changed "public H5Location" to "public Group" in the base class list - CommonFG became unused - result of the modified partial class diagram: IdComponent | H5Location / H5Object | / / \ DadaType Group DataSet | H5File Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test) |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
CMakeTests.cmake | ||
dsets.cpp | ||
h5cpputil.cpp | ||
h5cpputil.h | ||
H5srcdir_str.h.in | ||
Makefile.am | ||
tarray.cpp | ||
tattr.cpp | ||
tcompound.cpp | ||
tdspl.cpp | ||
testhdf5.cpp | ||
tfile.cpp | ||
tfilter.cpp | ||
th5s.cpp | ||
th5s.h5 | ||
tlinks.cpp | ||
tobject.cpp | ||
trefer.cpp | ||
ttypes.cpp | ||
tvlstr.cpp |