DETimeParameter Class Reference
[Parameters]

DETime parameter type. More...

#include <detime.h>

Inherits GenericParameter.

Inheritance diagram for DETimeParameter:

Inheritance graph
[legend]
Collaboration diagram for DETimeParameter:

Collaboration graph
[legend]
List of all members.

Detailed Description

DETime parameter type.

It stores a DETime; i.e., it reads a double precision number, it parses it according to DETime conventions, Check if the time resolution is enough to store it (otherwise gives a warning) and return the corresponding DETime.

example:

Param->addParameter ("fooClass", new DETimeParameter("foo",  "foo desc.", "1.354", "(0,inf)" ));
DETime fooVal = get<DETimeParameter,DETime>(Param, "foo", "fooClass", "");


The documentation for this class was generated from the following file:
Generated on Wed Dec 22 23:23:49 2004 for NePSing by doxygen 1.3.9.1 ---- Hosted by SourceForge.net Logo