Changeset 2479 in Sophya for trunk/SophyaLib/HiStats/hisprof.h
- Timestamp:
- Dec 7, 2003, 12:59:21 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/hisprof.h
r1413 r2479 88 88 \brief Persistance management */ 89 89 inline PInPersist& operator >> (PInPersist& is, HProf & obj) 90 { ObjFileIO<HProf> fio(&obj); fio.Read(is);return(is); }90 { ObjFileIO<HProf> fio(&obj); is.SkipToNextObject(); fio.Read(is); return(is); } 91 91 // Classe pour la gestion de persistance 92 92 // ObjFileIO<HProf>
Note:
See TracChangeset
for help on using the changeset viewer.