
Public Member Functions | |
| HandleEntry () | |
| ~HandleEntry () | |
Public Attributes | |
| handle | hdl_ |
| bool | valid_ |
| NRAttrVec * | attrs_ |
| NR::Callback * | cb_ |
| timeval | exploratory_time_ |
|
|
Definition at line 45 of file dr.cc. References cb_, GetTime(), and valid_.
|
Here is the call graph for this function:

|
|
Definition at line 52 of file dr.cc. References attrs_, and ClearAttrs().
00052 {
00053
00054 ClearAttrs(attrs_);
00055 delete attrs_;
00056 };
|
Here is the call graph for this function:

|
|
Definition at line 41 of file dr.cc. Referenced by DiffusionRouting::interestTimeout(), DiffusionRouting::processMessage(), DiffusionRouting::publish(), DiffusionRouting::send(), DiffusionRouting::subscribe(), and ~HandleEntry(). |
|
|
Definition at line 42 of file dr.cc. Referenced by HandleEntry(), DiffusionRouting::processMessage(), and DiffusionRouting::subscribe(). |
|
|
Definition at line 43 of file dr.cc. Referenced by DiffusionRouting::send(). |
|
|
Definition at line 39 of file dr.cc. Referenced by DiffusionRouting::findHandle(), DiffusionRouting::interestTimeout(), DiffusionRouting::processMessage(), DiffusionRouting::publish(), DiffusionRouting::removeHandle(), and DiffusionRouting::subscribe(). |
|
|
Definition at line 40 of file dr.cc. Referenced by HandleEntry(), DiffusionRouting::interestTimeout(), DiffusionRouting::processMessage(), and DiffusionRouting::unsubscribe(). |
1.3.3