#include <HxBpoSubAssign.h>
Public Types | |
typedef HxTagTransInVar | TransVarianceCategory |
Functor is translation invariant. More... | |
typedef DstValT | ArithType |
Public Methods | |
HxBpoSubAssign (HxTagList &) | |
Constructor : empty. More... | |
void | doIt (DstValT &x, const SrcValT &y) |
Actual operation : # x -= y #. More... | |
Static Public Methods | |
DstValT | neutralElement () |
HxString | className () |
The name : "subAssign". More... |
|
Functor is translation invariant.
|
|
Constructor : empty.
00032 {} |
|
Actual operation : # x -= y #.
00036 { x -= y; } |
|
The name : "subAssign".
00043 { return HxString("subAssign"); } |