16#ifndef AbstractIO_included
17#define AbstractIO_included
virtual void set_bin(bool bin)
bool bin_
Is this a binary flux?
bool is_64b_
Will we be reading/writing in 64b? (Init in ctor to avoid including arch.h probably).
bool must_convert() const
Whether to convert an int into a long when reading/writing out data.
virtual void set_64b(bool is_64b)
void set_avoid_conversion(bool avoid)