Ignore:
Timestamp:
Jun 14, 2005, 1:25:05 PM (20 years ago)
Author:
ansari
Message:

MAJ documentation - Reza 14/6/2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/HiStats/swppfdtable.h

    r2699 r2808  
    1515namespace SOPHYA {
    1616
     17//! An implementation of BaseDataTable with using a PPF stream as swap space.
    1718class SwPPFDataTable : public BaseDataTable {
    1819public:
     
    3637  friend class ObjFileIO<BaseDataTable> ;
    3738 
    38   //! Reset the table content and structure
     39  //! Reset(Clear) the table content and structure
    3940  virtual void Clear();
    4041  /*! This method should be called in order to empty the swapout buffer,
     
    6465  // un comptage de reference pour le detruire lorsque tous les tables
    6566  // l'utilisant sont supprimes
     67  //! \cond    Pour NE PAS inclure dans la doc
    6668  typedef struct { PInPersist* pis; uint_4 refcnt; } St_InSwap;
     69  //! \endcond
    6770  St_InSwap * mSwIn;
    6871};
Note: See TracChangeset for help on using the changeset viewer.