AttributeEntry Class Reference

#include <two_phase_pull.hh>

Collaboration diagram for AttributeEntry:

Collaboration graph
[legend]

Detailed Description

Definition at line 119 of file two_phase_pull.hh.

Public Member Functions

 AttributeEntry (NRAttrVec *attrs)
 ~AttributeEntry ()

Data Fields

NRAttrVecattrs_
timeval tv_


Constructor & Destructor Documentation

AttributeEntry::AttributeEntry NRAttrVec attrs  )  [inline]
 

Definition at line 121 of file two_phase_pull.hh.

References GetTime(), and tv_.

00121                                    : attrs_(attrs) {
00122     GetTime(&tv_);
00123   };

Here is the call graph for this function:

AttributeEntry::~AttributeEntry  )  [inline]
 

Definition at line 125 of file two_phase_pull.hh.

References attrs_, and ClearAttrs().

00125                     {
00126     ClearAttrs(attrs_);
00127     delete attrs_;
00128   };

Here is the call graph for this function:


Field Documentation

NRAttrVec* AttributeEntry::attrs_
 

Definition at line 131 of file two_phase_pull.hh.

Referenced by GradientFilter::findMatchingSubscription(), GradientFilter::subscriptionTimeout(), and ~AttributeEntry().

struct timeval AttributeEntry::tv_
 

Definition at line 130 of file two_phase_pull.hh.

Referenced by AttributeEntry(), and GradientFilter::subscriptionTimeout().


The documentation for this class was generated from the following file:
Generated on Tue Mar 6 17:03:19 2007 for ns2 Network Simulator 2.29 by  doxygen 1.4.6