Changeset 2706 in Sophya for trunk/SophyaLib/SUtils/strutilxx.h


Ignore:
Timestamp:
Apr 28, 2005, 7:31:47 PM (20 years ago)
Author:
cmv
Message:

une routine + rapide pour splitter les chaine de caracteres cmv 28/04/05

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SUtils/strutilxx.h

    r2511 r2706  
    77
    88void FillVStringFrString(string const & s,vector<string>& vs,char sep = ' ');
     9void SplitStringToVString(string const & s,vector<string>& vs,char separator=' ');
    910
    1011#endif
Note: See TracChangeset for help on using the changeset viewer.