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 2448 by tim, Wed Nov 16 23:10:02 2005 UTC vs.
Revision 2537 by tim, Mon Jan 9 19:11:52 2006 UTC

# Line 139 | Line 139 | namespace oopse {
139      }
140      return ret;
141    }
142 +
143 +  bool isInteger(const std::string& str);
144    
145    std::string OOPSE_itoa(int value, unsigned int base = 10);
146    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines