specialization for std::bitset<N>
More...
template<std::size_t N>
struct qmcplusplus::h5data_proxy< std::bitset< N > >
specialization for std::bitset<N>
Definition at line 106 of file hdf_stl.h.
◆ data_type
◆ h5data_proxy()
◆ read()
bool read |
( |
data_type & |
ref, |
|
|
hid_t |
grp, |
|
|
const std::string & |
aname, |
|
|
hid_t |
xfer_plist = H5P_DEFAULT |
|
) |
| |
|
inline |
Definition at line 112 of file hdf_stl.h.
References h5data_proxy< T >::read().
114 unsigned long c = ref.to_ulong();
115 h5data_proxy<unsigned long> hc(c);
116 if (hc.read(ref, grp, aname, xfer_plist))
◆ write()
bool write |
( |
const data_type & |
ref, |
|
|
hid_t |
grp, |
|
|
const std::string & |
aname, |
|
|
hid_t |
xfer_plist = H5P_DEFAULT |
|
) |
| const |
|
inline |
Definition at line 125 of file hdf_stl.h.
References h5data_proxy< T >::write().
127 unsigned long c = ref.to_ulong();
128 h5data_proxy<unsigned long> hc(c);
129 return hc.write(ref, grp, aname, xfer_plist);
The documentation for this struct was generated from the following file:
- /home/pk7/projects/qmc/for_cron_doxygen/qmcpack/src/io/hdf/hdf_stl.h