Kea 2.7.5
|
#include <exceptions/exceptions.h>
#include <boost/any.hpp>
#include <boost/make_shared.hpp>
#include <boost/shared_ptr.hpp>
#include <functional>
#include <iostream>
#include <sstream>
#include <list>
#include <unordered_map>
#include <mutex>
#include <thread>
Go to the source code of this file.
Classes | |
struct | isc::hooks::ParkingLot::ParkingInfo |
Holds information about parked object. More... | |
class | isc::hooks::ParkingLot |
Parking lot for objects, e.g. More... | |
class | isc::hooks::ParkingLotHandle |
Provides a limited view to the ParkingLot . More... | |
class | isc::hooks::ParkingLots |
Collection of parking lots for various hook points. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::hooks |
Typedefs | |
typedef boost::shared_ptr< ParkingLotHandle > | isc::hooks::ParkingLotHandlePtr |
Pointer to the parking lot handle. | |
typedef boost::shared_ptr< ParkingLot > | isc::hooks::ParkingLotPtr |
Type of the pointer to the parking lot. | |
typedef boost::shared_ptr< ParkingLots > | isc::hooks::ParkingLotsPtr |
Type of the pointer to the parking lots. | |