/[PAMELA software]/FCUtils/CmdLineParser/inc/StrUtils.h
ViewVC logotype

Annotation of /FCUtils/CmdLineParser/inc/StrUtils.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Wed May 7 10:33:14 2008 UTC (16 years, 7 months ago) by nikolas
Branch: MAIN, first
CVS Tags: v1r00, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
 An usefull command line parser

1 nikolas 1.1 #ifndef STRUTILS_H
2     #define STRUTILS_H
3    
4     #include <string>
5    
6     using std::string;
7    
8     namespace FCUtils {
9     string ToLower(const string &s);
10     string ToLower(const char *s);
11     };
12    
13     #endif // STRUTILS_H

  ViewVC Help
Powered by ViewVC 1.1.23