Changeset 2479 in Sophya for trunk/SophyaLib/HiStats/xntuple.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/xntuple.h

    r2109 r2479  
    168168/*! Reads the object from the PInPersist stream \b is */
    169169inline PInPersist& operator >> (PInPersist& is, XNTuple & obj)
    170 { ObjFileIO<XNTuple> fio(&obj);  fio.Read(is); return(is); }
     170{ ObjFileIO<XNTuple> fio(&obj); is.SkipToNextObject(); fio.Read(is); return(is); }
    171171
    172172// Classe pour la gestion de persistance
Note: See TracChangeset for help on using the changeset viewer.