|
249 |
int32_t m_minStart; //!< minimal start offset |
249 |
int32_t m_minStart; //!< minimal start offset |
250 |
int32_t m_maxEnd; //!< maximal end offset |
250 |
int32_t m_maxEnd; //!< maximal end offset |
251 |
int32_t m_adjustment; //!< adjustment to byte tag offsets |
251 |
int32_t m_adjustment; //!< adjustment to byte tag offsets |
252 |
uint16_t m_used; //!< the number of used bytes in the buffer |
252 |
uint32_t m_used; //!< the number of used bytes in the buffer |
253 |
struct ByteTagListData *m_data; //!< the ByteTagListData structure |
253 |
struct ByteTagListData *m_data; //!< the ByteTagListData structure |
254 |
}; |
254 |
}; |
255 |
|
255 |
|