Go to the source code of this file.
Classes | |
class | isc::dns::EmptyLabel |
A standard DNS module exception that is thrown if the name parser encounters an empty label in the middle of a name. More... | |
class | isc::dns::TooLongName |
A standard DNS module exception that is thrown if the name parser encounters too long a name. More... | |
class | isc::dns::TooLongLabel |
A standard DNS module exception that is thrown if the name parser encounters too long a label. More... | |
class | isc::dns::BadLabelType |
A standard DNS module exception that is thrown if the name parser encounters an obsolete or incomplete label type. More... | |
class | isc::dns::BadEscape |
A standard DNS module exception that is thrown if the name parser fails to decode a "\"-escaped sequence. More... | |
class | isc::dns::BadPointer |
A standard DNS module exception that is thrown if the wire-format name contains an invalid compression pointer. More... | |
class | isc::dns::IncompleteName |
A standard DNS module exception that is thrown if the name parser finds the input (string or wire-format data) is incomplete. More... | |
class | isc::dns::NameComparisonResult |
This is a supplemental class used only as a return value of Name::compare(). More... | |
class | isc::dns::Name |
The Name class encapsulates DNS names. More... | |
Namespaces | |
namespace | isc |
namespace | isc::dns |
Defines | |
#define | __NAME_H 1 |
Functions | |
std::ostream & | isc::dns::operator<< (std::ostream &os, const Name &name) |
Insert the name as a string into stream. |
#define __NAME_H 1 |