Kea  1.9.9-git
tsigrecord.h File Reference
#include <ostream>
#include <string>
#include <boost/shared_ptr.hpp>
#include <util/buffer.h>
#include <dns/name.h>
#include <dns/rdataclass.h>
+ Include dependency graph for tsigrecord.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  isc::dns::TSIGRecord
 TSIG resource record. More...
 

Namespaces

 isc
 Defines the logger used by the top-level component of kea-dhcp-ddns.
 
 isc::dns
 
 isc::util
 

Typedefs

typedef boost::shared_ptr< const TSIGRecord > isc::dns::ConstTSIGRecordPtr
 A pointer-like type pointing to an immutable TSIGRecord object. More...
 
typedef boost::shared_ptr< TSIGRecord > isc::dns::TSIGRecordPtr
 A pointer-like type pointing to a TSIGRecord object. More...
 

Functions

std::ostream & isc::dns::operator<< (std::ostream &os, const TSIGRecord &record)
 Insert the TSIGRecord as a string into stream. More...