#include <two_phase_pull.hh>
Collaboration diagram for AttributeEntry:

Definition at line 119 of file two_phase_pull.hh.
Public Member Functions | |
| AttributeEntry (NRAttrVec *attrs) | |
| ~AttributeEntry () | |
Data Fields | |
| NRAttrVec * | attrs_ |
| timeval | tv_ |
|
|
Definition at line 121 of file two_phase_pull.hh. References GetTime(), and tv_.
Here is the call graph for this function: ![]() |
|
|
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: ![]() |
|
|
Definition at line 131 of file two_phase_pull.hh. Referenced by GradientFilter::findMatchingSubscription(), GradientFilter::subscriptionTimeout(), and ~AttributeEntry(). |
|
|
Definition at line 130 of file two_phase_pull.hh. Referenced by AttributeEntry(), and GradientFilter::subscriptionTimeout(). |
1.4.6