My Project
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Enumerations
Enumerator
Friends
Macros
Pages
StringUtils.h
Go to the documentation of this file.
1
#ifndef GCP_UTIL_STRINGUTILS_H
2
#define GCP_UTIL_STRINGUTILS_H
3
11
#include <string>
12
13
namespace
gcp {
14
namespace
util {
15
16
void
strip(std::string& targetStr, std::string& stripStr);
17
18
void
strip(std::string& targetStr,
char
stripChar);
19
20
}
// End namespace util
21
}
// End namespace gcp
22
23
24
25
26
#endif // End #ifndef GCP_UTIL_STRINGUTILS_H
gcpCbass
util
common
StringUtils.h
Generated on Thu Jun 21 2018 14:30:00 for My Project by
1.8.6