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

StringTable_D Class Reference

Inheritance diagram for StringTable_D::

StringTable base List of all members.

Public Methods

 StringTable_D ()

Constructor & Destructor Documentation

StringTable_D::StringTable_D ( )
 

00045 {
00046    static char *str[] = {"sought",
00047                          "stood",
00048                          "sword",
00049                          "thou",
00050                          "thought",
00051                          "time",
00052                          "toves",
00053                          "tree",
00054                          "tulgey",
00055                          "uffish",
00056                          "vorpal",
00057                          "wabe",
00058                          "whiffling",
00059                          "wood",
00060                          0};
00061 
00062    int len;
00063    for (len = 0; str[len] != 0; len++)
00064       /* nada */;
00065    addTable( str, len );
00066 } // StringTable_D


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