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