46 vector<RMTPort * > lookup(
const PDU * pdu);
47 vector<RMTPort * > lookup(
const Address &dst,
const std::string &qos);
53 void insert(
const std::string &addr,
const std::string &qos,
RMTPort * port);
54 void insert(
const Address &addr,
const std::string &qos,
RMTPort * port);
55 void remove(
const std::string &addr,
const std::string &qos);
56 void remove(
const Address &addr,
const std::string &qos);
63 vector<RMTPort * > lookupInt(
const string &dst,
const std::string &qos);
QoSFWDTable::iterator QoSFWDTableIt
map< std::string, FWDTable > QoSFWDTable
map< string, RMTPort * > FWDTable
FWDTable::iterator FWDTableIt
Address class holds IPC Process identification.