Chapter 11. I/O classes
11.1 StringList, a kind of String class
11.1.1 StringList constructors and assignment operators
11.1.2 Adding to StringLists
11.1.3 StringList information functions
11.1.4 StringList conversion to const char *
11.1.5 StringList destruction and zeroing
11.1.6 Class StringListIter
11.2 InfString, a class supporting unbounded strings
11.2.1 InfString constructors and assignment operators
11.2.2 Adding to InfStrings
11.2.3 InfString information functions
11.2.4 InfString conversion to char *
11.2.5 InfString destruction and zeroing
11.2.6 Class InfStringIter
11.3 Tokenizer, a simple lexical analyzer class
11.3.1 Initializing Tokenizer objects
11.3.2 Reading from Tokenizers
11.3.3 Tokenizer include files
11.4 pt_ifstream and pt_ofstream: augmented fstream classes
11.5 XGraph, an interface to the xgraph program
11.6 Histogram classes
11.6.1 Class Histogram
11.6.2 Class XHistogram
Authors: Joseph T. Buck
Other Contributors: Bilung Lee
Copyright © 1990-1997, University of California. All rights reserved.