nlsr::detail Namespace Reference

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 >> > >
 

Typedef Documentation

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>> > >

Definition at line 53 of file map.hpp.