Changeset 2479 in Sophya for trunk/SophyaLib/HiStats/xntuple.h
- Timestamp:
- Dec 7, 2003, 12:59:21 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/xntuple.h
r2109 r2479 168 168 /*! Reads the object from the PInPersist stream \b is */ 169 169 inline PInPersist& operator >> (PInPersist& is, XNTuple & obj) 170 { ObjFileIO<XNTuple> fio(&obj); fio.Read(is);return(is); }170 { ObjFileIO<XNTuple> fio(&obj); is.SkipToNextObject(); fio.Read(is); return(is); } 171 171 172 172 // Classe pour la gestion de persistance
Note:
See TracChangeset
for help on using the changeset viewer.