3 namespace helios {
namespace filems {
11 template <
typename ReadType>
28 virtual ReadType
read() = 0;
Abstract class defining the fundamentals of any file reading strategy.
Definition: ReadingStrategy.h:12
ReadingStrategy()=default
Default constructor for reading strategy.
virtual ReadType read()=0
Read from file.