Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

strutil.hpp

Go to the documentation of this file.
00001 #ifndef STRUTIL_H
00002 #define STRUTIL__H
00003 
00004 //#include "jic/exc/excepcion.hpp"
00005 #include <string>
00006 #include <ctype.h>
00007 
00008 namespace UTIL
00009 {
00010         char* cStringToUpper(char* szString);
00011         char* removeComments(char* szString);
00012         char* strRightStrip(char* szString);
00013         char* strLeftStrip(char* szString);
00014         char* strStrip(char* szString);
00015         
00016 }
00017 
00018 #endif /* STRUTIL_H */
00019 

Generated on Wed Mar 5 21:31:47 2003 for JIC by doxygen1.3-rc3