Kea 2.7.5
|
#include <ostream>
#include <string>
#include <boost/shared_ptr.hpp>
#include <util/buffer.h>
#include <dns/name.h>
#include <dns/rdataclass.h>
Go to the source code of this file.
Classes | |
class | isc::dns::TSIGRecord |
TSIG resource record. 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 TSIGRecord > | isc::dns::ConstTSIGRecordPtr |
A pointer-like type pointing to an immutable TSIGRecord object. | |
typedef boost::shared_ptr< TSIGRecord > | isc::dns::TSIGRecordPtr |
A pointer-like type pointing to a TSIGRecord object. | |
Functions | |
std::ostream & | isc::dns::operator<< (std::ostream &os, const TSIGRecord &record) |
Insert the TSIGRecord as a string into stream. | |