#include <collection.h>
Definition at line 1774 of file collection.h.
Public Member Functions | |
long_io_type (const char *t) | |
Desc. | |
long_io_type () | |
int | addl (collection &co, std::string name, unsigned long int x, bool overwrt=true) |
Add a long to a collection. | |
int | getl (collection &co, std::string tname) |
Get a long from a collection. | |
int | get_def (collection &co, std::string tname, unsigned long int &op, unsigned long int def=0) |
Get a long from a collection. |