#include <HxBpoXor.h>
Public Methods | |
HxBpoXor (HxTagList &) | |
Constructor : empty. More... | |
DstValT | doIt (const Src1ValT &x, const Src2ValT &y) |
Actual operation : # return x.xor(y) #. More... | |
Static Public Methods | |
HxString | className () |
The name : "xor". More... |
|
Constructor : empty.
00025 {} |
|
Actual operation : # return x.xor(y) #.
00029 { return x.xor(y); } |
|
The name : "xor".
00033 { return HxString("xor"); } |