MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / clearProperties

Method clearProperties

src/data/EelParser.cpp:306–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306void EELParser::clearProperties()
307{
308 for(auto& prop : properties)
309 {
310 delete prop;
311 prop = nullptr;
312 }
313 properties.clear();
314}
315

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected