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

fstype.h

00001 /* libIXAml - IXA Taldea */
00002 
00003 #ifndef _FSTYPE_H
00004 #define _FSTYPE_H
00005 
00006 #include <string>
00007 
00010 class FSType : public std::string{
00011 
00012 public:
00013   
00015   FSType();      // Sortzaile hutsa
00016   
00020   FSType(const char* type);           // char* batetik FSType-a sortzen du
00021 
00025   FSType(const std::string & type);  // string batetik FSType-a sortzen du
00026   
00031   bool operator< (const FSType & fsT) const;
00032 
00037   bool operator<=(const FSType & fsT) const;
00038   
00043   bool operator> (const FSType & fsT) const;
00044   
00049   bool operator>=(const FSType & fsT) const;
00050 
00051 };
00052 
00053 #endif // _FSTYPE_H

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