![]() |
Kea 2.2.0
|
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. More... | |
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 454 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 464 of file shared_network.h.