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