MCPcopy Create free account
hub / github.com/Yaafe/Yaafe / ProcessingStep

Method ProcessingStep

src_cpp/yaafe-core/Engine.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41namespace YAAFE {
42
43 Engine::ProcessingStep::ProcessingStep() :
44 m_id(), m_params(), m_component(NULL), m_pool(NULL), m_input(), m_output() {
45 }
46
47 Engine::ProcessingStep::~ProcessingStep() {
48 if (m_pool)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected