Changeset 2267 in Sophya for trunk/SophyaLib/TArray/basarr.h
- Timestamp:
- Nov 15, 2002, 10:35:44 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/basarr.h
r1581 r2267 152 152 virtual string InfoString() const; 153 153 154 // Lecture,Ecriture sur fichier ASCII 155 //! Reads an array from an ASCII stream 156 virtual sa_size_t ReadASCII(istream& is, sa_size_t & nr, sa_size_t & nc) = 0; 157 //! Writes an array to an ASCII stream 158 virtual void WriteASCII(ostream& os) const = 0; 159 154 160 // DVList info Object 155 161 DVList& Info();
Note:
See TracChangeset
for help on using the changeset viewer.