24#ifndef READER_INCLUDED
25#define READER_INCLUDED
bool read_data_from_file(const std::string &file, std::string &data)
Definition: reader.cc:72
~File_reader()
Definition: reader.h:38
bool valid_
Validity of the reader.
Definition: reader.h:50
size_t size() const
Definition: reader.h:41
File_reader(const std::string &file, bool read_only, std::string &data)
Definition: reader.cc:32
size_t size_
File size.
Definition: reader.h:52
bool valid() const
Definition: reader.h:44
constexpr value_type read_only
Definition: classic_protocol_constants.h:213