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