Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ T
Class
T
include/Engine.h:125–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
// small helper function which sets the pointer to NULL before actually deleting
124
// the object it refers to
125
template<class T>
126
static inline void deleteHelper( T * * ptr )
127
{
128
T * tmp = *ptr;
Callers
1
init
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected