Kea 2.7.5
|
#include <exceptions/exceptions.h>
#include <boost/shared_ptr.hpp>
#include <functional>
#include <string>
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 . | |