DEFAULT = 0, ///< Nothing special.
MANY_ERRORS = 1 ///< Lenient mode.
};
+
/// \brief Constructor
///
/// This creates a master loader and provides it with all
const MasterLoaderCallbacks& callbacks,
const AddRRCallback& add_callback,
Options options = DEFAULT);
+
/// \brief Destructor
~MasterLoader();
/// \throw isc::InvalidOperation when called after loading was done
/// already.
bool loadIncremental(size_t count_limit);
+
/// \brief Load everything
///
/// This simply calls loadIncremental until the loading is done.