#include <collection.h>
Definition at line 1710 of file collection.h.
Public Member Functions | |
double_io_type (const char *t) | |
Desc. | |
double_io_type () | |
int | addd (collection &co, std::string name, double x, bool overwrt=true) |
Add a double to a collection. | |
double | getd (collection &co, std::string tname) |
Get a double from a collection. | |
int | get_def (collection &co, std::string tname, double &op, double def=0.0) |
Get a double from a collection. |