#include <HxUpoArg.h>
Public Methods | |
HxUpoArg (HxTagList &) | |
Constructor : empty. More... | |
DstValT | doIt (const SrcValT &x) |
Actual operation : # return x.arg() #. More... | |
Static Public Methods | |
HxString | className () |
The name : "arg". More... |
|
Constructor : empty.
00024 {} |
|
Actual operation : # return x.arg() #.
00028 { return x.arg(); } |
|
The name : "arg".
00032 { return HxString("arg"); } |