A cache of data packets. More...
#include <datapacketcache.h>

Public Types | |
| typedef std::map< int64_t, XsDataPacket * > | Base |
| A map typed of integer values and data packets. More... | |
Public Member Functions | |
| std::pair< iterator, bool > | insert (int64_t id, XsDataPacket const &p) |
| Inserts a data packet. More... | |
A cache of data packets.
Definition at line 75 of file datapacketcache.h.
| typedef std::map<int64_t, XsDataPacket*> DataPacketCache::Base |
A map typed of integer values and data packets.
Definition at line 80 of file datapacketcache.h.
| std::pair< DataPacketCache::iterator, bool > DataPacketCache::insert | ( | int64_t | id, |
| XsDataPacket const & | p | ||
| ) |
Inserts a data packet.
| id | The ID of data packet |
| p | The data packet to insert |
Definition at line 68 of file datapacketcache.cpp.