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

loader.h

Go to the documentation of this file.
00001 
00002 #ifndef LOADER_H
00003 #define LOADER_H
00004 /*
00005  * Loader - hands all the loading of the config file
00006  *
00007  */
00008 
00009 #include "reader.h"
00010 
00011 Reader * loadConfig(char * fn);
00012 
00013 Reader * loadDirectReader();
00014 
00015 Reader * loadSerialReader();
00016 
00017 
00018 #endif

Generated on Thu Apr 7 01:55:46 2005 for StripeSnoop by doxygen 1.3.3