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

publiclibraries.h

00001 /* libIXAml - IXA Taldea */
00002 
00003 #ifndef _PUBLICLIBRARIES_H
00004 #define _PUBLICLIBRARIES_H
00005 
00006 #include "domid.h"
00007 #include <string>
00008 #include <map>
00009 
00013 class PublicLibraries {
00014   
00015   static std::map<Domeinua,std::string> libraryNames;
00016   static std::map<Domeinua,std::string> initLibraryNames();
00017   
00018  public:
00019 
00024   static std::string getLibraryName(Domeinua mydom);
00025   
00026 };
00027 
00028 #endif // _PUBLICLIBRARIES_H

Generated on Tue Sep 11 12:07:44 2007 for libIXAml by doxygen 1.3.5