Changeset 524 in dev for trunk/ab5.0/jenga/include/common/String.h
- Timestamp:
- May 1, 2008, 11:20:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/jenga/include/common/String.h
r472 r524 1 1 #pragma once 2 3 #include <vector>4 #include <string>5 2 6 3 namespace Jenga{ 7 4 namespace Common{ 5 8 6 9 7 typedef std::vector<std::string> Strings; … … 13 11 std::string& StringReplace( std::string& str, const std::string sb, const std::string sa ); 14 12 13 15 14 } 16 15 }
Note:
See TracChangeset
for help on using the changeset viewer.