Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

parametermap.h File Reference


Detailed Description

ParameterMap class.

Header
/u/nn/cvsroot/lissom/src/parametermap.h,v 1.48 2002/10/29 18:32:06 jbednar Exp

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:

Include dependency graph

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

Included by dependency graph

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.


Define Documentation

#define DEFCONST type,
name,
location,
doc   
 

Value:

ParamType \
param_ ## name = ParamType(make_Polymorph(&location),#name,true);\
param_ ## name.add_doc(doc); \
define_param(param_ ## name)
Declares some useful symbolic constants; call this function first if you want to use them.

Definition at line 305 of file parametermap.h.


Generated on Mon Jan 20 02:36:30 2003 for RF-LISSOM by doxygen1.3-rc2