Changeset 4051 in Sophya for trunk/SophyaLib/BaseTools/ppersist.h


Ignore:
Timestamp:
Feb 25, 2012, 10:40:10 PM (14 years ago)
Author:
ansari
Message:

modifs ds PPersist (classe PIOPersist) pour permettre l'enregistrement automatique (1ere lecture ou ecriture) de PPFWrapperSTLVector<T> (gestionnaire ppersist de std::vector<T> , Reza+cmv 25/02/2012

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/ppersist.h

    r2805 r4051  
    4646
    4747    virtual void       Write(POutPersist&) const;
    48     void               Read(PInPersist& s);               // Reads the type tag and the object
     48    virtual void       Read(PInPersist& s);               // Reads the type tag and the object
    4949    void               Write(POutPersist&, string const& tag) const;
    5050    void               ReadAtTag(PInPersist& s, string const& tag);
     
    8585    static uint_8                getPPClassId(string const & typ_name);
    8686    static uint_8                getPPClassId(PPersist const & ppo);
     87    static bool                  checkPPClassId(PPersist const & ppo);
     88
    8789    static string                getDataObjClassName(uint_8 classId);
    8890    static uint_8                getDataObjClassId(string const & typ_name);
Note: See TracChangeset for help on using the changeset viewer.