![]() |
Kea
1.5.0
|
#include <exceptions/exceptions.h>#include <boost/any.hpp>#include <boost/make_shared.hpp>#include <boost/shared_ptr.hpp>#include <functional>#include <list>#include <map>#include <iostream>
Include dependency graph for parking_lots.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| 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 | |
| isc | |
| Defines the logger used by the top-level component of kea-dhcp-ddns. | |
| isc::hooks | |
Typedefs | |
| typedef boost::shared_ptr< ParkingLotHandle > | isc::hooks::ParkingLotHandlePtr |
| Pointer to the parking lot handle. More... | |
| typedef boost::shared_ptr< ParkingLot > | isc::hooks::ParkingLotPtr |
| Type of the pointer to the parking lot. More... | |
| typedef boost::shared_ptr< ParkingLots > | isc::hooks::ParkingLotsPtr |
| Type of the pointer to the parking lots. More... | |