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

static_table.C File Reference

#include <assert.h>
#include <stdio.h>
#include "static_table.h"

Compounds

class  StringTable_A
class  StringTable_B

Functions

 main ()

Variables

StringTable_A strTab1
StringTable_B strTab2
IntTable intTab

Function Documentation

main ( )
 

00117 {
00118    printf("\nstrTab1:\n");
00119    strTab1.pr();
00120 
00121    printf("\nIntTab:\n");
00122    intTab.pr();
00123 }


Variable Documentation

IntTable intTab [static]
 

StringTable_A strTab1 [static]
 

StringTable_B strTab2 [static]
 


Generated at Thu Jun 14 21:06:17 2001 for C++ Templates: the power, the swamp by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001