#include <pydtn/NodeCollector.h>

Public Member Functions | |
| NodeCollector () | |
| Default constructor. | |
| virtual | ~NodeCollector () |
| Virtual destructor. | |
| virtual void | operator() (const WrapNode &wn) const =0 |
| Functional method. | |
Definition at line 42 of file NodeCollector.h.
| virtual void NodeCollector::operator() | ( | const WrapNode & | wn | ) | const [pure virtual] |
Functional method.
Note that this should never touch data not directly owned by the WrapNode or its internal DTN::Node. Since this method might be called while the simulator is exiting, any other object might cease to exist.
| wn | A WrapNode on which to act |
Implemented in StoreProfile::BundleCollector.
1.5.4