Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Related Pages

ModuleList.h

00001 
00002 #ifndef SCT_SCTAPI_MODULELIST_H
00003 #define SCT_SCTAPI_MODULELIST_H
00004 
00005 #include <list>
00006 #include <string>
00007 
00008 namespace SctApi {
00009   typedef std::list<std::string> ModuleList;
00010 };
00011 
00012 #endif
00013 

Generated on Fri Sep 16 18:01:53 2005 for SCT DAQ/DCS Software - C++ by doxygen 1.3.5