Kea 2.7.5
|
#include <cc/data.h>
#include <exceptions/exceptions.h>
#include <util/state_model.h>
#include <boost/shared_ptr.hpp>
#include <stdint.h>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | isc::config::JSONFeed |
State model for asynchronous read of data in JSON format. More... | |
class | isc::config::JSONFeedError |
A generic exception thrown upon an error in the JSONFeed. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::config |
Typedefs | |
typedef boost::shared_ptr< const JSONFeed > | isc::config::ConstJSONFeedPtr |
Pointer to the const JSONFeed. | |
typedef boost::shared_ptr< JSONFeed > | isc::config::JSONFeedPtr |
Pointer to the JSONFeed. | |