Changeset 2808 in Sophya for trunk/SophyaLib/HiStats/swppfdtable.h
- Timestamp:
- Jun 14, 2005, 1:25:05 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/swppfdtable.h
r2699 r2808 15 15 namespace SOPHYA { 16 16 17 //! An implementation of BaseDataTable with using a PPF stream as swap space. 17 18 class SwPPFDataTable : public BaseDataTable { 18 19 public: … … 36 37 friend class ObjFileIO<BaseDataTable> ; 37 38 38 //! Reset the table content and structure39 //! Reset(Clear) the table content and structure 39 40 virtual void Clear(); 40 41 /*! This method should be called in order to empty the swapout buffer, … … 64 65 // un comptage de reference pour le detruire lorsque tous les tables 65 66 // l'utilisant sont supprimes 67 //! \cond Pour NE PAS inclure dans la doc 66 68 typedef struct { PInPersist* pis; uint_4 refcnt; } St_InSwap; 69 //! \endcond 67 70 St_InSwap * mSwIn; 68 71 };
Note:
See TracChangeset
for help on using the changeset viewer.