Kea 2.7.5
|
A class containing static convenience methods to fetch the shared networks from the containers. More...
#include <shared_network.h>
Static Public Member Functions | |
static ReturnPtrType | get (const CollectionType &collection, const std::string &name) |
Fetches shared network by name. | |
A class containing static convenience methods to fetch the shared networks from the containers.
ReturnPtrType | Type of the returned object, i.e. SharedNetwork4Ptr or SharedNetwork6Ptr . |
CollectionType | One of the SharedNetwork4Collection or SharedNetwork6Collection . |
Definition at line 472 of file shared_network.h.
|
inlinestatic |
Fetches shared network by name.
collection | Const reference to the collection from which the shared network is to be fetched. |
name | Name of the shared network to be fetched. |
Definition at line 482 of file shared_network.h.