dtn::LinkBlockSet::Entry Struct Reference

#include <BlockInfo.h>

List of all members.


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 144 of file BlockInfo.h.

Public Member Functions

 Entry (Link *link)

Public Attributes

BlockInfoVecblocks_
Linklink_


Constructor & Destructor Documentation

dtn::LinkBlockSet::Entry::Entry ( Link link  ) 

Definition at line 154 of file BlockInfo.cc.


Member Data Documentation

BlockInfoVec* dtn::LinkBlockSet::Entry::blocks_

Definition at line 147 of file BlockInfo.h.

Link* dtn::LinkBlockSet::Entry::link_

Definition at line 148 of file BlockInfo.h.


The documentation for this struct was generated from the following files:
Generated on Thu Jun 7 12:54:32 2007 for DTN Reference Implementation by  doxygen 1.5.1