![]() |
Kea 2.2.0
|
#include <cc/data.h>#include <boost/shared_ptr.hpp>#include <string>#include <vector>#include <utility>
Include dependency graph for libinfo.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | isc |
| Defines the logger used by the top-level component of kea-lfc. | |
| namespace | isc::hooks |
Typedefs | |
| typedef std::pair< std::string, data::ConstElementPtr > | isc::hooks::HookLibInfo |
| Entity that holds information about hook libraries and their parameters. More... | |
| typedef std::vector< HookLibInfo > | isc::hooks::HookLibsCollection |
| A storage for information about hook libraries. More... | |
| typedef boost::shared_ptr< HookLibsCollection > | isc::hooks::HookLibsCollectionPtr |
| Shared pointer to collection of hooks libraries. More... | |
Functions | |
| std::vector< std::string > | isc::hooks::extractNames (const isc::hooks::HookLibsCollection &libraries) |
| Extracts names from HookLibsCollection. More... | |