Changeset 4051 in Sophya for trunk/SophyaLib/BaseTools/ppersist.h
- Timestamp:
- Feb 25, 2012, 10:40:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/ppersist.h
r2805 r4051 46 46 47 47 virtual void Write(POutPersist&) const; 48 v oidRead(PInPersist& s); // Reads the type tag and the object48 virtual void Read(PInPersist& s); // Reads the type tag and the object 49 49 void Write(POutPersist&, string const& tag) const; 50 50 void ReadAtTag(PInPersist& s, string const& tag); … … 85 85 static uint_8 getPPClassId(string const & typ_name); 86 86 static uint_8 getPPClassId(PPersist const & ppo); 87 static bool checkPPClassId(PPersist const & ppo); 88 87 89 static string getDataObjClassName(uint_8 classId); 88 90 static uint_8 getDataObjClassId(string const & typ_name);
Note:
See TracChangeset
for help on using the changeset viewer.