@brief �����ѷ��������
| 48 | } |
| 49 | /// @brief �����ѷ�������� |
| 50 | size_t Size() |
| 51 | { |
| 52 | return m_DataBuffer.size() - m_FreeIndex.size(); |
| 53 | } |
| 54 | /// @brief ��ն���ز��������ж��� |
| 55 | void Clear() |
| 56 | { |
nothing calls this directly
no outgoing calls
no test coverage detected