24 #ifndef ACLELEMENTASSIGNMENTSAFE_H 25 #define ACLELEMENTASSIGNMENTSAFE_H 27 #include "../Operators/aclOperatorBinary.h" 32 class ElementAssignmentSafe:
public OperatorBinary
36 virtual string str(
const KernelConfiguration & kernelConfig)
const;
41 #endif // ACLELEMENTASSIGNMENTSAFE_H Advanced Computational Language.
virtual string str(const KernelConfiguration &kernelConfig) const
std::shared_ptr< ElementBase > Element
ElementAssignmentSafe(Element a1, Element a2)