4#ifndef FILE_READER_BASE_H
5#define FILE_READER_BASE_H
10#include "boost/noncopyable.hpp"
32 virtual void open()
override;
Definition file_handler_base.h:22
handler_type & get_file_stream() noexcept
Returns the underlying file stream.
Definition file_handler_base.h:39
Definition file_reader_base.h:25
virtual void open() override
Attempts to open the file for reading.
Definition file_reader_base.cpp:14
bool eof() const
Returns true if the underlying stream handler has reached the EOF.
Definition file_reader_base.h:38
virtual ~FileReaderBase()=default
OutT resolve(const std::string &name, const std::map< std::string, std::any > &input)
Definition std_map_utils.h:25
Definition bitrl_consts.h:14