Kea 2.5.8
master_loader_callbacks.h File Reference
#include <exceptions/exceptions.h>
#include <boost/shared_ptr.hpp>
#include <functional>
#include <string>
+ Include dependency graph for master_loader_callbacks.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  isc::dns::MasterLoaderCallbacks
 Set of issue callbacks for a loader. More...
 

Namespaces

namespace  isc
 Defines the logger used by the top-level component of kea-lfc.
 
namespace  isc::dns
 
namespace  isc::dns::rdata
 

Typedefs

typedef std::function< void(const Name &name, const RRClass &rrclass, const RRType &rrtype, const RRTTL &rrttl, const rdata::RdataPtr &rdata)> isc::dns::AddRRCallback
 Type of callback to add a RR.
 
typedef boost::shared_ptr< Rdata > isc::dns::rdata::RdataPtr
 The RdataPtr type is a pointer-like type, pointing to an object of some concrete derived class of Rdata.