40 vector<RMTPort* > ret;
44 if(it != table.end()){
45 ret.push_back(it->second);
56 std::ostringstream os;
58 os << this->getName()<<endl;
59 for(
FWDTableIt tIt = table.begin(); tIt != table.end(); tIt++){
60 os <<
"\t" <<tIt->first <<
" -> " <<tIt->second->getFullPath() << endl;
88 if(par(
"printAtEnd").boolValue()){
89 EV << toString() <<endl;
FWDTable::iterator FWDTableIt
std::string getQoSId() const
Getter of selected QoS-cube identifier.
const APN & getIpcAddress() const
Getter of IPC Process address which should be unambiguous within DIF.
void insert(const std::string &addr, RMTPort *port)
virtual ConnectionId & getConnId()
Register_Class(MiniTable::MiniTable)
virtual Address & getDstAddr()
void remove(const std::string &addr)
vector< RMTPort * > lookup(const PDU *pdu)
const std::string & getName() const
Gets APN string name representation.
Address class holds IPC Process identification.