#include <HxBpoSubAssign.h>
Public Types | |
| 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... | |
|
||||||||||
|
Constructor : empty.
00028 {}
|
|
||||||||||||||||
|
Actual operation : # x -= y #.
00032 { x -= y; }
|
|
|||||||||
|
The name : "subAssign".
00039 { return HxString("subAssign"); }
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001