Changeset 2477 in Sophya for trunk/SophyaLib/BaseTools/ppersist.h
- Timestamp:
- Dec 7, 2003, 12:56:36 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/ppersist.h
r2475 r2477 109 109 class PInPersist : public PPFBinaryInputStream, public PIOPersist { 110 110 public: 111 PInPersist(RawInOutStream * is, bool ad, bool scan=false); 111 112 PInPersist(string const& flnm, bool scan=true); 112 113 virtual ~PInPersist(); … … 137 138 class POutPersist : public PPFBinaryOutputStream, public PIOPersist { 138 139 public: 140 POutPersist(RawInOutStream* os, bool ad, int endianness = PPS_NATIVE); 139 141 POutPersist(string const& flnm, int endianness = PPS_NATIVE); 140 142 virtual ~POutPersist(); … … 161 163 ObjList objList; 162 164 uint_8 pps_OId; // PPS Object Id 165 int wobj_level; // Niveau d'imbrication lors de l'ecriture d'objet 163 166 }; 164 167
Note:
See TracChangeset
for help on using the changeset viewer.