introduction  —  namespaces  —  modules  —  classes  —  files  —  globals  —  members  —  examples  —  Marc Toussaint

MT::Parameter< type > Class Template Reference

#include <std.h>

List of all members.


Detailed Description

template<class type>
class MT::Parameter< type >

A parameter that initializes itself from the command line (use MT::init), parameter file, or a default value (priority in this order). Initialization is done on the fly the _first_ time its value is queried (i.e., referenced by the cast operators).

Definition at line 368 of file std.h.

Public Member Functions

constructors
value access
manipulation
explicit grabbing

Public Attributes


The documentation for this class was generated from the following file:
[]