#include <BlockInfo.h>
Note that we allow the STL vector to copy the pointers to both the block list and the link pointer. This is safe because the lifetime of the BlockInfoVec object is defined by create_blocks() and delete_blocks().
Definition at line 144 of file BlockInfo.h.
Public Member Functions | |
Entry (Link *link) | |
Public Attributes | |
BlockInfoVec * | blocks_ |
Link * | link_ |
dtn::LinkBlockSet::Entry::Entry | ( | Link * | link | ) |
Definition at line 154 of file BlockInfo.cc.
Definition at line 147 of file BlockInfo.h.
Definition at line 148 of file BlockInfo.h.