24 #ifndef ACLELEMENTGENERICBINARY_H
25 #define ACLELEMENTGENERICBINARY_H
27 #include "../Operators/aclOperatorBinary.h"
33 class ElementGenericBinary:
public OperatorBinary
36 const string operation;
39 virtual string str(
const KernelConfiguration & kernelConfig)
const;
43 class ElementGenericBinaryFunction:
public OperatorBinary
46 const string functionName;
49 virtual string str(
const KernelConfiguration & kernelConfig)
const;
55 #endif // ACLELEMENTGENERICBINARY_H