|  | Kea 3.1.0
    | 
#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 Questionclass 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) Questionobject. | |
| typedef boost::shared_ptr< Question > | isc::dns::QuestionPtr | 
| A pointer-like type pointing to an Questionobject. | |
| Functions | |
| ostream & | isc::dns::operator<< (std::ostream &os, const Question &question) | 
| Insert the Questionas a string into stream. | |