Changeset 958 in Sophya for trunk/SophyaLib/HiStats/hisprof.h
- Timestamp:
- Apr 18, 2000, 3:38:53 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/hisprof.h
r943 r958 83 83 84 84 85 /*! \ingroup HiStats \fn operator<<(POuttPersist&, HProf) 86 \brief Persistance management */ 85 87 inline POutPersist& operator << (POutPersist& os, HProf & obj) 86 88 { ObjFileIO<HProf> fio(&obj); fio.Write(os); return(os); } 89 /*! \ingroup HiStats \fn operator>>(PInPersist&, HProf) 90 \brief Persistance management */ 87 91 inline PInPersist& operator >> (PInPersist& is, HProf & obj) 88 92 { ObjFileIO<HProf> fio(&obj); fio.Read(is); return(is); }
Note:
See TracChangeset
for help on using the changeset viewer.