Ignore:
Timestamp:
Feb 28, 2001, 11:13:30 AM (25 years ago)
Author:
ansari
Message:

Ajout variable dsid, methode NDataBlock::DRefId() pour gestion des identificateurs d'objet au niveau des ecritures PPF avec partage de references - Reza 28/2/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/ndatablock.h

    r976 r1426  
    142142  NDataBlock<T> Div(const NDataBlock<T>& b) const;
    143143
     144  inline uint_8 DRefId() { return mSRef->dsid; }
     145
    144146protected:
    145147  //! NDREF structure for reference management
    146148  typedef struct {
    147149    size_t nref;      //!< Number of references to the data structure
     150    uint_8 dsid;      //!< Data structure Id - Used by FIO_NDataBlock
    148151    T* data;          //!< Pointer to data structure itself
    149152    Bridge* bridge;   //!< Pointer to a bridge for the data structure
Note: See TracChangeset for help on using the changeset viewer.