/[PAMELA software]/gp2root/pUtils.h
ViewVC logotype

Annotation of /gp2root/pUtils.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Wed Apr 19 23:35:58 2006 UTC (18 years, 7 months ago) by pamela
Branch: MAIN
Branch point for: v1r0
File MIME type: text/plain
Initial revision

1 pamela 1.1 #ifndef PUTILS_H
2     #define PUTILS_H
3     #include <string>
4    
5     using std::string;
6    
7     namespace pUtils {
8    
9     string ToLower(string const &);
10     string ToUpper(string const &);
11     bool IsPoundChar(char );
12    
13     }
14    
15    
16    
17     #endif // UTILS_H

  ViewVC Help
Powered by ViewVC 1.1.23