#include <exceptions/exceptions.h>
#include <boost/shared_ptr.hpp>
#include <functional>
#include <string>
Go to the source code of this file.
|
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. More...
|
|
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 . More...
|
|