Changeset 2479 in Sophya for trunk/SophyaLib/HiStats/ntuple.h


Ignore:
Timestamp:
Dec 7, 2003, 12:59:21 AM (22 years ago)
Author:
ansari
Message:

Ajout SkipToNextObjet() ds PInPersist operator >> - Reza 7 Dec 2003

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/HiStats/ntuple.h

    r2322 r2479  
    106106/*! Reads the object from the PInPersist stream \b is */
    107107inline PInPersist& operator >> (PInPersist& is, NTuple & obj)
    108 { ObjFileIO<NTuple> fio(&obj);  fio.Read(is); return(is); }
     108{ ObjFileIO<NTuple> fio(&obj); is.SkipToNextObject(); fio.Read(is); return(is); }
    109109
    110110// Classe pour la gestion de persistance
Note: See TracChangeset for help on using the changeset viewer.