Kea 2.7.5
|
Utility class used to fetch Server
objects from the ServerCollection
.
More...
#include <server_collection.h>
Static Public Member Functions | |
static ServerPtr | get (const ServerCollection &collection, const data::ServerTag &server_tag) |
Fetches server from the collection by tag. | |
Utility class used to fetch Server
objects from the ServerCollection
.
Definition at line 39 of file server_collection.h.
|
static |
Fetches server from the collection by tag.
Server
object or null if no such object was found. Definition at line 17 of file server_collection.cc.