RINASim  October 2016
Documentation of framework for OMNeT++
IPLSPDUFG.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <set>
4 
5 class IDPerNQoSxPLen;
6 
7 class IPLSPDUFG {
8 public:
11 
12 protected:
13  std::set<IDPerNQoSxPLen *> qIds;
14 };
void registerQidsGen(IDPerNQoSxPLen *qId)
Definition: IPLSPDUFG.cc:4
void unregisterQidsGen(IDPerNQoSxPLen *qId)
Definition: IPLSPDUFG.cc:7
std::set< IDPerNQoSxPLen * > qIds
Definition: IPLSPDUFG.h:13