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