Changeset 1397 in Sophya for trunk/SophyaLib/SkyMap/fiolocalmap.h
- Timestamp:
- Feb 12, 2001, 6:11:37 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/fiolocalmap.h
r842 r1397 42 42 }; 43 43 44 /*! \ingroup SkyMap \fn operator<<(POutPersist&,LocalMap<T>&) 45 \brief Write LocalMap \b obj into POutPersist stream \b os */ 46 template <class T> 47 inline POutPersist& operator << (POutPersist& os, LocalMap<T> & obj) 48 { FIO_LocalMap<T> fio(&obj); fio.Write(os); return(os); } 49 50 /*! \ingroup SkyMap \fn operator>>(PInPersist&,LocalMap<T>&) 51 \brief Read LocalMap \b obj from PInPersist stream \b os */ 52 template <class T> 53 inline PInPersist& operator >> (PInPersist& is, LocalMap<T> & obj) 54 { FIO_LocalMap<T> fio(&obj); fio.Read(is); return(is); } 55 56 44 57 } // Fin du namespace 45 58
Note:
See TracChangeset
for help on using the changeset viewer.