Kea  1.9.9-git
masterload.h File Reference
#include <dns/rrset.h>
#include <exceptions/exceptions.h>
#include <functional>
#include <iosfwd>
+ Include dependency graph for masterload.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  isc::dns::MasterLoadError
 An exception that is thrown if an error occurs while loading a master zone data. More...
 

Namespaces

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

Typedefs

typedef std::function< void(RRsetPtr)> isc::dns::MasterLoadCallback
 The type of the callback parameter of masterLoad(). More...
 

Functions

Master zone file loader functions.
void isc::dns::masterLoad (const char *const filename, const Name &origin, const RRClass &zone_class, MasterLoadCallback callback)
 Master zone file loader from a file. More...
 
void isc::dns::masterLoad (std::istream &input, const Name &origin, const RRClass &zone_class, MasterLoadCallback callback, const char *source=NULL)
 Master zone file loader from input stream. More...