Public Member Functions | |
| AggrPkt (const char *name=NULL, int kind=0) | |
| AggrPkt (const AggrPkt &other) | |
| AggrPkt & | operator= (const AggrPkt &other) |
| virtual AggrPkt * | dup () const |
| virtual void | setStoredPacketsArraySize (unsigned int size) |
| virtual unsigned int | getStoredPacketsArraySize () const |
| virtual pApplPkt & | getStoredPackets (unsigned int k) |
| virtual void | setStoredPackets (unsigned int k, const pApplPkt &storedPackets_var) |
| virtual void | storePacket (pApplPkt &storedPackets_var) |
| virtual bool | isEmpty () |
| virtual pApplPkt & | popFrontPacket () |
Protected Attributes | |
| list< pApplPkt > | storedPackets |
Definition at line 11 of file AggrPkt.h.
1.7.1