Changeset 2478 in Sophya for trunk/SophyaLib/TArray
- Timestamp:
- Dec 7, 2003, 12:57:56 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/fioarr.h
r2322 r2478 44 44 template <class T> 45 45 inline PInPersist& operator >> (PInPersist& is, TArray<T> & obj) 46 { FIO_TArray<T> fio(&obj); fio.Read(is);return(is); }46 { FIO_TArray<T> fio(&obj); is.SkipToNextObject(); fio.Read(is); return(is); } 47 47 48 48
Note:
See TracChangeset
for help on using the changeset viewer.