-------------------------------------------------------------------------------------- Description: Check if the buffer is valid. Return Value: true If the buffer is valid false Otherwise --------------------------------------------------------------------------------------
| 343 | // false Otherwise |
| 344 | // -------------------------------------------------------------------------------------- |
| 345 | bool Tr2DynamicRingBuffer::IsValid() const |
| 346 | { |
| 347 | return m_buffer.IsValid(); |
| 348 | } |
| 349 | |
| 350 | // -------------------------------------------------------------------------------------- |
| 351 | // Description: |