Changeset 1426 in Sophya for trunk/SophyaLib/BaseTools/ndatablock.h
- Timestamp:
- Feb 28, 2001, 11:13:30 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/ndatablock.h
r976 r1426 142 142 NDataBlock<T> Div(const NDataBlock<T>& b) const; 143 143 144 inline uint_8 DRefId() { return mSRef->dsid; } 145 144 146 protected: 145 147 //! NDREF structure for reference management 146 148 typedef struct { 147 149 size_t nref; //!< Number of references to the data structure 150 uint_8 dsid; //!< Data structure Id - Used by FIO_NDataBlock 148 151 T* data; //!< Pointer to data structure itself 149 152 Bridge* bridge; //!< Pointer to a bridge for the data structure
Note:
See TracChangeset
for help on using the changeset viewer.