23 #ifndef __RINA_FLOWTABLE_H_
24 #define __RINA_FLOWTABLE_H_
30 typedef std::list<NM1FlowTableItem>
FlTable;
38 void remove(
Flow* flow);
40 const std::string& qosId);
42 const std::string& qosId);
Class representing flow object with attributes from specs.
void insert(const NM1FlowTableItem *entry)
virtual void initialize()
NM1FlowTableItem * findFlowByDstAddr(const std::string &addr, const std::string &qosId)
std::list< NM1FlowTableItem > FlTable
NM1FlowTableItem * findFlowByDstApni(const std::string &addr, const std::string &qosId)
FlTable::iterator FlTableIter
NM1FlowTableItem * lookup(Flow *flow)
virtual void handleMessage(cMessage *msg)