Changeset 1231 in Sophya for trunk/SophyaExt/FitsIOServer/fitstarray.h
- Timestamp:
- Oct 12, 2000, 4:47:37 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitstarray.h
r1174 r1231 43 43 ////////////////////////////////////////////////////////////////// 44 44 45 template <class T> 46 inline FitsOutFile& operator << (FitsOutFile& fios, TArray<T> & arr) 47 { FITS_TArray<T> fih(&arr); fih.Write(fios); return (fios); } 48 49 template <class T> 50 inline FitsInFile& operator >> (FitsInFile& fiis, TArray<T> & arr) 51 { FITS_TArray<T> fih(&arr); fih.Read(fiis); return (fiis); } 45 52 46 53 } // Fin du namespace
Note:
See TracChangeset
for help on using the changeset viewer.