Changeset 2692 in Sophya for trunk/SophyaLib/BaseTools/swsegdb.h
- Timestamp:
- Apr 26, 2005, 2:05:16 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/swsegdb.h
r2660 r2692 113 113 return mSRef->buff; 114 114 } 115 116 //! Equal operator. Shares the data with \b a 117 inline SwSegDataBlock<T>& operator = (const SwSegDataBlock<T>& a) 118 { 119 Delete(); 120 mSRef = a.mSRef; 121 mSRef->nref++; 122 } 123 115 124 //! Return the position tag (swap position) table 116 125 std::vector< int_8 > & GetSwapPosTagTable() const
Note:
See TracChangeset
for help on using the changeset viewer.