#include <BlockInfo.h>
Public Member Functions | |
Entry (const LinkRef &link) | |
Public Attributes | |
BlockInfoVec * | blocks_ |
LinkRef | link_ |
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 237 of file BlockInfo.h.
dtn::LinkBlockSet::LinkBlockSet::Entry::Entry | ( | const LinkRef & | link | ) |
Definition at line 216 of file BlockInfo.cc.
BlockInfoVec* dtn::LinkBlockSet::LinkBlockSet::Entry::blocks_ |
Definition at line 240 of file BlockInfo.h.
LinkRef dtn::LinkBlockSet::LinkBlockSet::Entry::link_ |
Definition at line 241 of file BlockInfo.h.