Changeset 2478 in Sophya for trunk/SophyaLib/TArray


Ignore:
Timestamp:
Dec 7, 2003, 12:57:56 AM (22 years ago)
Author:
ansari
Message:

Ajout SkipToNextObjet ds PInPersist operator >> - Reza 7 Dec 2003

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/TArray/fioarr.h

    r2322 r2478  
    4444template <class T>
    4545inline 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); }
    4747
    4848
Note: See TracChangeset for help on using the changeset viewer.