|  | Kea 3.1.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. | |
A class containing static convenience methods to fetch the shared networks from the containers.
| ReturnPtrType | Type of the returned object, i.e. SharedNetwork4PtrorSharedNetwork6Ptr. | 
| CollectionType | One of the SharedNetwork4CollectionorSharedNetwork6Collection. | 
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.
Referenced by isc::dhcp::SharedNetworkFetcher< SharedNetwork4Ptr, SharedNetwork4Collection >::get().