Changeset 2805 in Sophya for trunk/SophyaLib/BaseTools/ppfswapper.h
- Timestamp:
- Jun 9, 2005, 6:20:00 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/ppfswapper.h
r2794 r2805 12 12 #include "ppftpointerio.h" 13 13 14 namespace SOPHYA {15 14 /*! 16 15 \class SOPHYA::PPFDataSwapper … … 18 17 Implementation of SOPHYA::DataSwapperInterface interface on PPF streams 19 18 (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. 20 22 */ 23 24 namespace SOPHYA { 21 25 22 26 template <class T>
Note:
See TracChangeset
for help on using the changeset viewer.