Ignore:
Timestamp:
Jun 9, 2005, 6:20:00 PM (20 years ago)
Author:
ansari
Message:

MAJ commentaires pour documentation doxygen - Reza 9 Juin 2005

File:
1 edited

Legend:

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

    r2794 r2805  
    1212#include "ppftpointerio.h"
    1313
    14 namespace SOPHYA {
    1514/*!
    1615  \class SOPHYA::PPFDataSwapper
     
    1817  Implementation of SOPHYA::DataSwapperInterface interface on PPF streams
    1918  (POutPersist , PInPersist) to be used with SOPHYA::SwSegDataBlock classes.
     19  the identifier idx is not used in this implementation. In case of re-writing
     20  to swap, the previous position is ignored, the data is re-written to swap
     21  and a new swap position is returned.
    2022*/
     23
     24namespace SOPHYA {
    2125
    2226template <class T>
Note: See TracChangeset for help on using the changeset viewer.