Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

C:/temp/src/j2k/Deprecated/RefList/LLISTF.C

Go to the documentation of this file.
00001 #include <stdio.h>
00002 #include <iostream.h>
00003 #include <assert.h>
00004 
00005 #include "book.h"
00006 
00007 typedef int Elem;
00008 #define key(X) (int)(X)
00009 
00010 #include "linkf.x"  // Use for freelist link class.
00011 
00012 #include "llist.h"
00013 
00014 // Load the member functions for list
00015 #include "llist.x"
00016 #include "llist2.x"

Generated on Sun Oct 14 18:46:30 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001