7#ifndef DNS_INPUTSOURCE_H
8#define DNS_INPUTSOURCE_H
12#include <boost/noncopyable.hpp>
171 std::vector<char> buffer_;
175 const std::string name_;
176 std::ifstream file_stream_;
177 std::istream& input_;
178 const size_t input_size_;
virtual const char * what() const
Returns a C-style character string of the cause of the exception.
OutOfRange(const char *file, size_t line, const char *what)
Unexpected(const char *file, size_t line, const char *what)
Defines the logger used by the top-level component of kea-lfc.