|
234 |
ByteTagList::Iterator BeginAll (void) const; |
234 |
ByteTagList::Iterator BeginAll (void) const; |
235 |
|
235 |
|
236 |
/** |
236 |
/** |
237 |
* \brief Allocate the memory for the ByteTagListData |
237 |
* \brief Allocate the memory for the ByteTagListDatap |
238 |
* \param size the memory to allocate |
238 |
* \param size the memory to allocate |
239 |
* \returns the ByteTagListData structure |
239 |
* \returns the ByteTagListData structure |
240 |
*/ |
240 |
*/ |
|
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 |
|