Changeset 2511 in Sophya for trunk/SophyaLib/SUtils
- Timestamp:
- Mar 15, 2004, 11:20:42 PM (22 years ago)
- Location:
- trunk/SophyaLib/SUtils
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SUtils/strutilxx.cc
r2322 r2511 7 7 8 8 9 void FillVStringFrString(string s,vector<string>& vs,char sep)9 void FillVStringFrString(string const & s,vector<string>& vs,char sep) 10 10 // Use string "s" to fill vector of strings "vs" 11 11 // considering char "sep" as a separator. -
trunk/SophyaLib/SUtils/strutilxx.h
r1238 r2511 6 6 #include <string> 7 7 8 void FillVStringFrString(string s,vector<string>& vs,char sep = ' ');8 void FillVStringFrString(string const & s,vector<string>& vs,char sep = ' '); 9 9 10 10 #endif
Note:
See TracChangeset
for help on using the changeset viewer.