Kea  1.9.9-git
rrset.cc File Reference
#include <config.h>
#include <algorithm>
#include <string>
#include <vector>
#include <boost/shared_ptr.hpp>
#include <boost/foreach.hpp>
#include <util/buffer.h>
#include <dns/messagerenderer.h>
#include <dns/name.h>
#include <dns/rrclass.h>
#include <dns/rrtype.h>
#include <dns/rrttl.h>
#include <dns/rrset.h>
+ Include dependency graph for rrset.cc:

Go to the source code of this file.

Classes

class  isc::dns::BasicRRsetImpl
 This encapsulates the actual implementation of the BasicRRset class. More...
 

Namespaces

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

Functions

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

Variable Documentation

const std::vector<rdata::ConstRdataPtr>* datavector_

Vector containing data.

Definition at line 452 of file rrset.cc.

std::vector<rdata::ConstRdataPtr>::const_iterator it_

Iterator used to retrieve data.

Definition at line 455 of file rrset.cc.