dtn::LinkBlockSet::LinkBlockSet::Entry Struct Reference

Struct to hold a block list and a link pointer. More...

#include <BlockInfo.h>

List of all members.

Public Member Functions

 Entry (const LinkRef &link)

Public Attributes

BlockInfoVecblocks_
LinkRef link_


Detailed Description

Struct to hold a block list and a link pointer.

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.


Constructor & Destructor Documentation

dtn::LinkBlockSet::LinkBlockSet::Entry::Entry ( const LinkRef link  ) 

Definition at line 216 of file BlockInfo.cc.


Member Data Documentation

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.


The documentation for this struct was generated from the following files:

Generated on Fri Jan 30 09:27:02 2009 for DTN Reference Implementation by  doxygen 1.5.8