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

    r2322 r2479  
    11// This may look like C code, but it is really -*- C++ -*-
    22//
    3 // $Id: histos.h,v 1.16 2003-02-11 15:31:00 cmv Exp $
     3// $Id: histos.h,v 1.17 2003-12-06 23:58:17 ansari Exp $
    44//
    55
     
    174174  \brief Persistance management */
    175175inline PInPersist& operator >> (PInPersist& is, Histo & obj)
    176 { ObjFileIO<Histo> fio(&obj);  fio.Read(is); return(is); }
     176{ ObjFileIO<Histo> fio(&obj); is.SkipToNextObject(); fio.Read(is); return(is); }
    177177
    178178// Classe pour la gestion de persistance
Note: See TracChangeset for help on using the changeset viewer.