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

wid.h

00001 /* libIXAml - IXA Taldea */
00002 
00003 #ifndef _WID_H
00004 #define _WID_H
00005 
00006 #include "id.h"
00007 #include <string>
00008 
00014 class WId : public Id{
00015   static int wIdKont; 
00017  public:
00018 
00022   static std::string sortuId();
00023 
00025   WId();
00026 
00030   WId(const char* iden);
00031 
00035   WId(const std::string & s);
00036 
00037 };
00038 
00039 #endif //_WID_H

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