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
Advanced Computational Language.
ElementGenericBinary(Element a1, Element a2, const string &operation_)
virtual string str(const KernelConfiguration &kernelConfig) const
ElementGenericBinaryFunction(Element a1, Element a2, const string &functionName_)
std::shared_ptr< ElementBase > Element
virtual string str(const KernelConfiguration &kernelConfig) const