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

parjoinid.h

00001 /* ***************************************************
00002  * File name     : parjoinid.h
00003  * Date          : 2007/07/16
00004  * Author        : Jon Igartua
00005  * Purpose       : parES, parEU, sentES, sentEU, nenES, nenEU
00006  * Use           : bezalako id-ak sortzeko
00007  *               : 
00008  * **************************************************** */
00009 
00010 #ifndef _PARJOINID_H
00011 #define _PARJOINID_H
00012 
00013 #include <string>
00014 
00015 #include "joinid.h"
00016 class ParJoinId: public Id {
00017   static int IdKont;
00018   
00019  public:
00020   // string bezala honako aukerak: parES, parEU, sentES, sentEU, nenES, nenEU
00021   static std::string sortuId(const std::string & s);
00022   
00023   ParJoinId();
00024   ParJoinId(char*);
00025   ParJoinId(const std::string &);
00026   
00027 };
00028 
00029 #endif //_PARJOINID_H

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