26namespace ph = std::placeholders;
48 if (type1 != rrset->getType()) {
83 impl_(new
Impl(callback))
93 ph::_1, ph::_2, ph::_3, ph::_4, ph::_5));
The Name class encapsulates DNS names.
The RRClass class encapsulates DNS resource record classes.
void addRR(const Name &name, const RRClass &rrclass, const RRType &rrtype, const RRTTL &rrttl, const RdataPtr &rdata)
const AddRRsetCallback callback_
Impl(const AddRRsetCallback &callback)
AddRRCallback getCallback()
Return MasterLoader compatible callback.
void flush()
Call the callback on the remaining RRset, if any.
std::function< void(const RRsetPtr &rrset)> AddRRsetCallback
Callback functor type for RRCollator.
RRCollator(const AddRRsetCallback &callback)
Constructor.
The RRTTL class encapsulates TTLs used in DNS resource records.
The RRType class encapsulates DNS resource record types.
static const RRType & RRSIG()
The RRset class is a concrete derived class of BasicRRset which contains a pointer to an additional R...
rdata::RRSIG class represents the RRSIG RDATA as defined in RFC4034.
const RRType & typeCovered() const
boost::shared_ptr< const Rdata > ConstRdataPtr
boost::shared_ptr< Rdata > RdataPtr
The RdataPtr type is a pointer-like type, pointing to an object of some concrete derived class of Rda...
boost::shared_ptr< AbstractRRset > RRsetPtr
A pointer-like type pointing to an RRset object.
boost::shared_ptr< RdataIterator > RdataIteratorPtr
A pointer-like type point to an RdataIterator object.
std::function< void(const Name &name, const RRClass &rrclass, const RRType &rrtype, const RRTTL &rrttl, const rdata::RdataPtr &rdata)> AddRRCallback
Type of callback to add a RR.
boost::shared_ptr< const AbstractRRset > ConstRRsetPtr
A pointer-like type pointing to an (immutable) RRset object.
Defines the logger used by the top-level component of kea-lfc.