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