Changeset 2286 in Sophya for trunk/SophyaLib/TArray/utilarr.h
- Timestamp:
- Dec 5, 2002, 12:15:55 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/utilarr.h
r1558 r2286 109 109 110 110 sa_size_t Append(EnumeratedSequence const & seq); 111 sa_size_t Append(string const & str, int & nbad); 112 sa_size_t FillFromFile(istream& is, sa_size_t& nr, sa_size_t& nc); 111 sa_size_t Append(string const & str, int & nbad, const char* sep=" \t"); 112 sa_size_t FillFromFile(istream& is, sa_size_t& nr, sa_size_t& nc, 113 char clm='#', const char* sep=" \t"); 113 114 114 115 private:
Note:
See TracChangeset
for help on using the changeset viewer.