Changeset 489 in Sophya for trunk/SophyaLib/BaseTools/ndatablock.h
- Timestamp:
- Oct 21, 1999, 5:24:30 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/ndatablock.h
r289 r489 170 170 }; 171 171 172 template <class T> 173 inline POutPersist& operator << (POutPersist& os, NDataBlock<T> & obj) 174 { FIO_NDataBlock<T> fio(&obj); fio.Write(os); return(os); } 175 template <class T> 176 inline PInPersist& operator >> (PInPersist& is, NDataBlock<T> & obj) 177 { FIO_NDataBlock<T> fio(&obj); fio.Read(is); return(is); } 178 172 179 } // Fin du namespace 173 180
Note:
See TracChangeset
for help on using the changeset viewer.