34 struct Units:
public std::map<std::string,int>
37 Units(
const std::string&);
38 std::string
str()
const;
43 for (
auto i=begin(); i!=end(); ) {
45 if (j->second==0 || j->first.empty()) erase(j);
56 if (i.first.empty() || i.second==0)
continue;
Creation and access to the minskyTCL_obj object, which has code to record whenever Minsky's state cha...
std::ostream & operator<<(std::ostream &o, OperationType::Type t)
represents the units (in sense of dimensional analysis) of a variable.
std::string latexStr() const
insert braces around exponents for LaTeX processing