コード例 #1
0
ファイル: h5p.hpp プロジェクト: margoliashlab/arf
	bool operator!=(proplist const & other) const {
		return h5e::check_error(H5Tequal(_self, other.hid()) <= 0);
	}
コード例 #2
0
ファイル: h5p.hpp プロジェクト: margoliashlab/arf
 proplist(proplist const & other) {
         _self = h5e::check_error(H5Pcopy(other.hid()));
 };