• Main Page
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

BasicLatinStringUtilities.h

Go to the documentation of this file.
00001 //
00002 // BasicLatinStringUtilities.h
00003 //
00004 #include <string>
00005 
00006 namespace BasicLatin{
00007 
00008 std::string & capitalize(std::string &s);
00009 std::string & segmentize(std::string &s);
00010 std::string & toUpperCase(std::string &s);
00011 
00012 }; // end namespace BasicLatin
00013 

Generated on Mon Jan 24 2011 for FONTAINE by  doxygen 1.7.1