3#include <Infinity/api.h>
Interface for types that support single-line text representation.
Definition IOStreamLegible.hpp:68
virtual std::ostream & legibleDataWrite(std::ostream &out) const =0
Writes the object to a single-line text representation.
virtual std::istream & legibleDataRead(std::istream &in)=0
Reads the object from a single-line text representation.