Main Page   Class Hierarchy   Compound List   File List   Compound Members  

LibraryFactory.h

00001 #ifndef LIBRARYFACTORY_H
00002 #define LIBRARYFACTORY_H
00003 
00004 #include "Library.h"
00005 #include <vector>
00006 
00007 class InputCombiningRuleParser;
00008 
00012 class LibraryFactory
00013 {
00014 public:
00015 
00021   static void build( std::vector< Library* >& p_libraries, InputCombiningRuleParser& p_parser );
00022 
00023 protected:
00024 };
00025 
00026 #endif
00027 protected:
00028 };
00029 
00030 #endif

Generated on Sat Nov 4 15:58:59 2006 for GLARE by doxygen1.2.18