Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

StringTable_B Class Reference

Inheritance diagram for StringTable_B::

StringTable base List of all members.

Public Methods

 StringTable_B ()

Constructor & Destructor Documentation

StringTable_B::StringTable_B ( )
 

00079 {
00080    static char *str[] = { "catch",
00081                                 "claws",
00082                                 "dead",
00083                                 "eyes",
00084                                 "flame",
00085                                 "foe",
00086                                 "frabjous",
00087                                 "frumious",
00088                                 "galumphing",
00089                                 "gimble",
00090                                 "gyre",
00091                                 "hand",
00092                                 "hast", 
00093                                 "head",
00094 
00095                                 0};
00096    int len;
00097    for (len = 0; str[len] != 0; len++)
00098       /* nada */;
00099    addTable( str, len );
00100 }; // StringTable_B


The documentation for this class was generated from the following file:
Generated at Thu Jun 14 21:06:18 2001 for C++ Templates: the power, the swamp by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001