24 #ifndef ACLGENERICATOMICFUNCTION_H
25 #define ACLGENERICATOMICFUNCTION_H
27 #include "../Operators/aclOperatorBinary.h"
32 class ElementGenericAtomicFunction:
public OperatorBinary
35 const string functionName;
38 virtual string str(
const KernelConfiguration & kernelConfig)
const;
43 #endif // ACLGENERICATOMICFUNCTION_H
Advanced Computational Language.
virtual string str(const KernelConfiguration &kernelConfig) const
ElementGenericAtomicFunction(Element a1, Element a2, const string &operation_)
std::shared_ptr< ElementBase > Element