#include <HxBpoSupAssign.h>
Public Types | |
| typedef HxTagTransInVar | TransVarianceCategory |
| Functor is translation invariant. More... | |
| typedef DstValT | ArithType |
Public Methods | |
| HxBpoSupAssign (HxTagList &) | |
| Constructor : empty. More... | |
| void | doIt (DstValT &x, const SrcValT &y) |
| Actual operation : # x.supAssign(y) #. More... | |
Static Public Methods | |
| DstValT | neutralElement () |
| HxString | className () |
| The name : "supAssign". More... | |
|
|||||
|
Functor is translation invariant.
|
|
||||||||||
|
Constructor : empty.
00031 {}
|
|
||||||||||||||||
|
Actual operation : # x.supAssign(y) #.
00035 { x.supAssign(y); }
|
|
|||||||||
|
The name : "supAssign".
00042 { return HxString("supAssign"); }
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001