|
| typedef boost::shared_ptr< const Subnet4 > | isc::dhcp::ConstSubnet4Ptr |
| | A const pointer to a Subnet4 object. More...
|
| |
| typedef boost::shared_ptr< const Subnet6 > | isc::dhcp::ConstSubnet6Ptr |
| | A const pointer to a Subnet6 object. More...
|
| |
| typedef boost::shared_ptr< Subnet4 > | isc::dhcp::Subnet4Ptr |
| | A pointer to a Subnet4 object. More...
|
| |
| typedef boost::shared_ptr< Subnet6 > | isc::dhcp::Subnet6Ptr |
| | A pointer to a Subnet6 object. More...
|
| |
| typedef boost::shared_ptr< Subnet > | isc::dhcp::SubnetPtr |
| | A generic pointer to either Subnet4 or Subnet6 object. More...
|
| |
|
| typedef boost::multi_index_container< Subnet4Ptr, boost::multi_index::indexed_by< boost::multi_index::random_access< boost::multi_index::tag< SubnetRandomAccessIndexTag > >, boost::multi_index::ordered_unique< boost::multi_index::tag< SubnetSubnetIdIndexTag >, boost::multi_index::const_mem_fun< Subnet, SubnetID, &Subnet::getID > >, boost::multi_index::ordered_unique< boost::multi_index::tag< SubnetPrefixIndexTag >, boost::multi_index::const_mem_fun< Subnet, std::string, &Subnet::toText > >, boost::multi_index::ordered_non_unique< boost::multi_index::tag< SubnetServerIdIndexTag >, boost::multi_index::const_mem_fun< Network4, asiolink::IOAddress, &Network4::getServerId > > >> | isc::dhcp::Subnet4Collection |
| | A collection of Subnet4 objects. More...
|
| |
| typedef boost::multi_index_container< Subnet6Ptr, boost::multi_index::indexed_by< boost::multi_index::random_access< boost::multi_index::tag< SubnetRandomAccessIndexTag > >, boost::multi_index::ordered_unique< boost::multi_index::tag< SubnetSubnetIdIndexTag >, boost::multi_index::const_mem_fun< Subnet, SubnetID, &Subnet::getID > >, boost::multi_index::ordered_unique< boost::multi_index::tag< SubnetPrefixIndexTag >, boost::multi_index::const_mem_fun< Subnet, std::string, &Subnet::toText > > >> | isc::dhcp::Subnet6Collection |
| | A collection of Subnet6 objects. More...
|
| |