7#ifndef DNS_INPUTSOURCE_H
8#define DNS_INPUTSOURCE_H
12#include <boost/noncopyable.hpp>
21namespace master_lexer_internal {
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.
A generic exception that is thrown if a parameter given to a method would refer to or modify out-of-r...
A generic exception that is thrown when an unexpected error condition occurs.
Defines the logger used by the top-level component of kea-lfc.