#include <TalkBpo.h>
Public Types | |
| typedef Pattern::TagTransInVar | TransVarianceCategory |
| Functor is translation invariant. | |
| typedef Pattern::TagCallPointer | CallCategory |
| Functor is called using pointers. | |
| typedef DstArrayT::StorType | DstStorType |
| typedef DstArrayT::ArithType | DstArithType |
| typedef Src1ArrayT::StorType | Src1StorType |
| typedef Src1ArrayT::ArithType | Src1ArithType |
| typedef Src2ArrayT::StorType | Src2StorType |
| typedef Src2ArrayT::ArithType | Src2ArithType |
Public Member Functions | |
| TalkBpoPtrEn (bool verbose, bool doAdd) | |
| Constructor. | |
| void | DoIt (DstStorType *dPtr, Src1StorType *s1Ptr, Src2StorType *s2Ptr) |
| Actual operation (besides talking) : x * y (or x + y). | |
Private Attributes | |
| bool | mVerbose |
| bool | mDoAdd |
Definition at line 65 of file TalkBpo.h.
1.5.1