39 if (
os.format() == IOstream::ASCII)
41 os << rhs.refinementCount_ << token::SPACE << rhs.count_;
47 reinterpret_cast<const char*
>(&rhs.refinementCount_),
63 if (is.format() == IOstream::ASCII)
65 is >> rhs.refinementCount_ >> rhs.count_;
69 Detail::readContiguous<refinementData>
72 reinterpret_cast<char*
>(&rhs.refinementCount_),
73 sizeof(refinementData)