Stores parsed program parameters from input file in Macaulay-style. More...
#include <string.h>#include <iostream>#include <assert.h>#include <vector>

Go to the source code of this file.
Classes | |
| class | Parameter |
| stores triple (paramater name, value, comment) and print order information order_m. It is also possible to mark used parameters with markUsed(). An application is for example detecting typing errors in input parameters. More... | |
| class | Parameterlist |
| Stores parsed program parameters from input file in Macaulay-style. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &out, const Parameter &z) |
Definition in file Parameterlist.h.
| std::ostream& operator<< | ( | std::ostream & | out, | |
| const Parameter & | z | |||
| ) |
Definition at line 67 of file Parameterlist.cc.
References Parameter::printParameter().

1.6.3