Changeset 2805 in Sophya for trunk/SophyaLib/BaseTools/objfio.h


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/objfio.h

    r2698 r2805  
    1111#include "anydataobj.h"
    1212#include "ppersist.h"
     13
     14/*!
     15   \class SOPHYA::ObjFileIO
     16   \ingroup BaseTools
     17   Template class to ease implementation of PPersist handlers for a
     18   class T , inheriting from AnyDataObj. The methodes ReadSelf() and
     19   WriteSelf() must be implemented.
     20   \sa PPersist
     21*/
    1322
    1423namespace SOPHYA {
Note: See TracChangeset for help on using the changeset viewer.