Definition in file parametermap.h.
#include <math.h>
#include <map>
#include <algorithm>
#include <vector>
#include "parameter.h"
#include "stringutils.h"
#include "stringparser.h"
#include "pathspecification.h"
#include "pointerlookup.h"
#include "parammap.h"
#include "msg.h"
#include "generic_stdlib.h"
#include "mathconstants.h"
Include dependency graph for parametermap.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| class | ParameterMap |
| Full-featured ParamMap managing documentation and definition as well as lookup. More... | |
Defines | |
| #define | DEFCONST(type, name, location, doc) |
| Declares some useful symbolic constants; call this function first if you want to use them. | |
|
|
Value: ParamType \ param_ ## name = ParamType(make_Polymorph(&location),#name,true);\ param_ ## name.add_doc(doc); \ define_param(param_ ## name)
Definition at line 305 of file parametermap.h. |
1.3-rc2