18std::vector<std::string>
20 std::vector<std::string> names;
22 for (
auto const& it : libraries) {
23 names.push_back(it.first);
std::vector< std::string > extractNames(const isc::hooks::HookLibsCollection &libraries)
Extracts names from HookLibsCollection.
std::vector< HookLibInfo > HookLibsCollection
A storage for information about hook libraries.
Defines the logger used by the top-level component of kea-lfc.