Data Structures | |
| struct | byMappingNumber |
| struct | byRouterName |
Typedefs | |
| using | entryContainer = multi_index_container< MapEntry, indexed_by< hashed_unique< tag< byRouterName >, const_mem_fun< MapEntry, const ndn::Name &,&MapEntry::getRouter >, std::hash< ndn::Name >>, hashed_unique< tag< byMappingNumber >, const_mem_fun< MapEntry, int32_t,&MapEntry::getMappingNumber >> > > |
| using nlsr::detail::entryContainer = typedef multi_index_container< MapEntry, indexed_by< hashed_unique<tag<byRouterName>, const_mem_fun<MapEntry, const ndn::Name&, &MapEntry::getRouter>, std::hash<ndn::Name>>, hashed_unique<tag<byMappingNumber>, const_mem_fun<MapEntry, int32_t, &MapEntry::getMappingNumber>> > > |