NodeCollector Class Reference
[pydtn]

Abstract base class for WrapNode-data collection functional. More...

#include <pydtn/NodeCollector.h>

Inheritance diagram for NodeCollector:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 NodeCollector ()
 Default constructor.
virtual ~NodeCollector ()
 Virtual destructor.
virtual void operator() (const WrapNode &wn) const =0
 Functional method.


Detailed Description

Abstract base class for WrapNode-data collection functional.

Definition at line 42 of file NodeCollector.h.


Member Function Documentation

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.

Parameters:
wn A WrapNode on which to act

Implemented in StoreProfile::BundleCollector.


The documentation for this class was generated from the following file:
Generated on Mon Mar 24 11:15:47 2008 for Pydtn Simulator by  doxygen 1.5.4