MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / Size

Method Size

LuaSTGPlus/ObjectPool.hpp:50–53  ·  view source on GitHub ↗

@brief �����ѷ��������

Source from the content-addressed store, hash-verified

48 }
49 /// @brief �����ѷ��������
50 size_t Size()
51 {
52 return m_DataBuffer.size() - m_FreeIndex.size();
53 }
54 /// @brief ��ն���ز��������ж���
55 void Clear()
56 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected