16 #include "fileLocation.h" 68 std::vector<int> operands;
156 OpType getOperation();
158 std::vector<int> &getOperands();
160 std::string getPrintText();
165 void setOperation(OpType);
179 void setPrint(std::string);
197 return id > other.id;
207 return id == other.id;
212 #endif //DP_FORMULA_H
Definition: fileLocation.h:15