#include <HxUpoComplement.h>
Public Methods | |
| HxUpoComplement (HxTagList &) | |
| Constructor : empty. More... | |
| DstValT | doIt (const SrcValT &x) |
| Actual operation : # return x.complement() #. More... | |
Static Public Methods | |
| HxString | className () |
| The name : "complement". More... | |
|
||||||||||
|
Constructor : empty.
00025 {}
|
|
||||||||||
|
Actual operation : # return x.complement() #.
00029 { return x.complement(); }
|
|
|||||||||
|
The name : "complement".
00033 { return HxString("complement"); }
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001