|
xorp
|
Base class for Binary Redistribution Policy objects. More...
#include <redist_policy.hh>
Public Member Functions | |
| RedistBinaryOp (RedistPolicy< A > *one, RedistPolicy< A > *two) | |
| Constructor. | |
Protected Attributes | |
| const RedistPolicy< A > * | _p1 |
| const RedistPolicy< A > * | _p2 |
Base class for Binary Redistribution Policy objects.
| RedistBinaryOp< A >::RedistBinaryOp | ( | RedistPolicy< A > * | one, |
| RedistPolicy< A > * | two | ||
| ) | [inline] |
Constructor.
| one | policy object allocated with new. |
| two | policy object allocated with new. |
Note: destructor deletes supplied policy objects.