#include <collection.h>
Definition at line 1671 of file collection.h.
Public Member Functions | |
char_io_type (const char *t) | |
Desc. | |
int | addc (collection &co, std::string name, char x, bool overwrt=true) |
Add a char to a collection. | |
char | getcc (collection &co, std::string tname) |
Get a char from a collection. | |
int | get_def (collection &co, std::string tname, char &op, char def='x') |
Get a char from a collection. |
char getcc | ( | collection & | co, | |
std::string | tname | |||
) |
Get a char from a collection.
Some older systems have trouble with functions named getc
, so this is named getcc
instead.
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page