修正少量bug,改进注释

This commit is contained in:
2025-07-25 01:30:34 +08:00
parent 847f448ce2
commit 0a29b964e3
3 changed files with 13 additions and 13 deletions

View File

@@ -43,7 +43,7 @@ namespace hgl
RingBuffer(int); ///<本类构造函数
virtual ~RingBuffer(); ///<本类析构函数
const int GetBufferSize()const{return buffer_size;} ///<取缓冲区长度
const int GetBufferSize()const{return buffer_size;} ///<取缓冲区长度
void Clear(); ///<清除整个缓冲区
void SafeClear(); ///<安全清除整个缓冲区