ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/utils/StringUtils.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/utils/StringUtils.hpp (file contents):
Revision 2544 by tim, Wed Jan 11 19:01:20 2006 UTC vs.
Revision 2982 by tim, Wed Aug 30 18:42:29 2006 UTC

# Line 102 | Line 102 | namespace oopse {
102     */
103    int isEndLine(char *line);
104  
105 +  bool CaseInsensitiveEquals(char ch1, char ch2);
106  
107 +  size_t CaseInsensitiveFind(const std::string& str1, const std::string& str2);
108 +
109 +
110    /**
111     * Convert a variable to a string
112     * @param T data type

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines