Changeset 2822 in Sophya for trunk/SophyaLib/HiStats/basedtable.h
- Timestamp:
- Oct 12, 2005, 3:07:03 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/basedtable.h
r2808 r2822 18 18 19 19 namespace SOPHYA { 20 21 // Forward class declaration for Fits handler 22 template <class T> class FitsHandler; 23 20 24 //! Interface definition for classes handling data in a table. 21 25 class BaseDataTable : public AnyDataObj , public NTupleInterface { … … 160 164 // Pour la gestion de persistance PPF 161 165 friend class ObjFileIO<BaseDataTable> ; 166 // pour fichiers FITS 167 friend class FitsHandler<BaseDataTable>; 162 168 163 169 protected:
Note:
See TracChangeset
for help on using the changeset viewer.