Kea 2.7.5
|
#include <iostream>
#include <string>
#include <boost/shared_ptr.hpp>
#include <dns/name.h>
#include <dns/rrclass.h>
#include <dns/rrtype.h>
Go to the source code of this file.
Classes | |
class | isc::dns::Question |
The Question class encapsulates the common search key of DNS lookup, consisting of owner name, RR type and RR class. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::dns |
Typedefs | |
typedef boost::shared_ptr< const Question > | isc::dns::ConstQuestionPtr |
A pointer-like type pointing to an (immutable) Question object. | |
typedef boost::shared_ptr< Question > | isc::dns::QuestionPtr |
A pointer-like type pointing to an Question object. | |
Functions | |
ostream & | isc::dns::operator<< (std::ostream &os, const Question &question) |
Insert the Question as a string into stream. | |