MCPcopy Create free account
hub / github.com/LancePutnam/Gamma / ~SoundFile

Method ~SoundFile

src/SoundFile.cpp:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155SoundFile::~SoundFile(){
156 close();
157 delete mImpl;
158}
159
160bool SoundFile::opened() const { return mImpl->opened(); }
161

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected