Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Yaafe/Yaafe
/ ComponentPool
Method
ComponentPool
src_cpp/yaafe-core/ComponentPool.cpp:63–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
62
63
ComponentPool::ComponentPool() {
64
}
65
66
ComponentPool::~ComponentPool() {
67
for (PoolType::iterator it=m_pool.begin();it!=m_pool.end();it++)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected