Changeset 2805 in Sophya for trunk/SophyaLib/BaseTools/objfio.h
- Timestamp:
- Jun 9, 2005, 6:20:00 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/objfio.h
r2698 r2805 11 11 #include "anydataobj.h" 12 12 #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 */ 13 22 14 23 namespace SOPHYA {
Note:
See TracChangeset
for help on using the changeset viewer.