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

wxStringIRC.h

Go to the documentation of this file.
00001 
00013 #ifndef _STRINGIRC
00014 #define _STRINGIRC
00015 
00016 #include <wx/wx.h>
00017 
00018 class wxStringIRC: public wxString {
00019     public:
00020        wxStringIRC(const wxString& stringa):wxString(stringa){}
00021        wxStringIRC(wxChar* stringa):wxString(stringa){}
00022        wxStringIRC(){}
00023        wxString Lower() const;
00024        int CmpNoCase(const wxChar* psz);
00025 };
00026 
00027 #endif    
00028 

Generated on Thu Dec 2 16:51:42 2004 for Quirck by  doxygen 1.3.9.1