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