18 std::vector<std::string>
20 std::vector<std::string> names;
22 for (isc::hooks::HookLibsCollection::const_iterator it = libraries.begin();
23 it != libraries.end(); ++it) {
24 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-dhcp-ddns.