OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
SymmetricDifference.h
Go to the documentation of this file.
1#ifndef MSLANG_SYMMETRICDIFFERENCE_H
2#define MSLANG_SYMMETRICDIFFERENCE_H
3
4#include "Utilities/MSLang.h"
5
6namespace mslang {
10
13
18
20 delete firstOperand_m;
21 delete secondOperand_m;
22 }
23
24 virtual void print(int indentwidth);
25 virtual void apply(std::vector<std::shared_ptr<Base> > &bfuncs);
26 static bool parse_detail(iterator &it, const iterator &end, Function* &fun);
27 };
28}
29
30#endif
PartBunch< T, Dim >::ConstIterator end(PartBunch< T, Dim > const &bunch)
std::string::iterator iterator
Definition MSLang.h:15
virtual void print(int indentwidth)
SymmetricDifference(const SymmetricDifference &right)
virtual void apply(std::vector< std::shared_ptr< Base > > &bfuncs)
static bool parse_detail(iterator &it, const iterator &end, Function *&fun)