Changeset 958 in Sophya for trunk/SophyaLib/HiStats/histos2.h
- Timestamp:
- Apr 18, 2000, 3:38:53 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/histos2.h
r943 r958 249 249 // Classe pour la gestion de persistance 250 250 251 /*! \ingroup HiStats \fn operator<<(POuttPersist&,Histo2D) 252 \brief Persistance management */ 251 253 inline POutPersist& operator << (POutPersist& os, Histo2D & obj) 252 254 { ObjFileIO<Histo2D> fio(&obj); fio.Write(os); return(os); } 255 /*! \ingroup HiStats \fn operator<<(POuttPersist&,Histo2D) 256 \brief Persistance management */ 253 257 inline PInPersist& operator >> (PInPersist& is, Histo2D & obj) 254 258 { ObjFileIO<Histo2D> fio(&obj); fio.Read(is); return(is); }
Note:
See TracChangeset
for help on using the changeset viewer.