char_io_type Class Reference

#include <collection.h>

Inheritance diagram for char_io_type:

io_tlate io_base

Detailed Description

I/O object for char variables.

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.

Member Function Documentation

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.


The documentation for this class was generated from the following file:

Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.

Project hosting provided by SourceForge.net Logo, O2scl Sourceforge Project Page