source:
dev/trunk/ab5.0/jenga/include/common/String.h@
531
Last change on this file since 531 was 524, checked in by , 17 years ago | |
---|---|
File size: 297 bytes |
Rev | Line | |
---|---|---|
[298] | 1 | #pragma once |
2 | ||
3 | namespace Jenga{ | |
4 | namespace Common{ | |
5 | ||
[524] | 6 | |
[298] | 7 | typedef std::vector<std::string> Strings; |
8 | ||
[465] | 9 | bool IsExistString( const Jenga::Common::Strings &strings, const std::string &findStr ); |
10 | ||
[472] | 11 | std::string& StringReplace( std::string& str, const std::string sb, const std::string sa ); |
12 | ||
[524] | 13 | |
[298] | 14 | } |
15 | } |
Note:
See TracBrowser
for help on using the repository browser.