diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2016-03-09 06:47:27 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2016-03-09 06:47:27 (GMT) |
commit | 8222b344066b94ec3010ea408f306ac5fc03ea51 (patch) | |
tree | 35cc85131d7bb84d026df61d6ad7723b5d3dc994 /hl/tools | |
parent | ab4c2402f1c3b2835ce0c79d1b95a500247ce216 (diff) | |
download | hdf5-8222b344066b94ec3010ea408f306ac5fc03ea51.zip hdf5-8222b344066b94ec3010ea408f306ac5fc03ea51.tar.gz hdf5-8222b344066b94ec3010ea408f306ac5fc03ea51.tar.bz2 |
[svn-r29364] Purpose: Improve C++ Packet Table library
Description:
Performed similar improvement as the C Packet Table library.
- Removed the VLPT_REMOVED ifdef around class VL_PacketTable
- Moved VL_PacketTable::IsVariableLength to PacketTable
- Moved VL_PacketTable::FreeReadBuff to PacketTable::FreeBuff
- Added overloaded constructor to FL_PacketTable that takes a
property list ID and call the new C API H5PTcreate.
- Added accessor wrappers to class PacketTable, per HDFFV-8623/patch 003.
/* Returns the ID of the dataset associated with the packet table */
hid_t GetDataset();
/* Returns the ID of the datatype the packet table uses */
hid_t GetDatatype();
- Replaced appropriate calls in tests
- Various cleanup
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test)
Diffstat (limited to 'hl/tools')
0 files changed, 0 insertions, 0 deletions