Audacity
3.2.0
libraries
lib-audio-graph
AudioGraphSource.cpp
Go to the documentation of this file.
1
/**********************************************************************
2
3
Audacity: A Digital Audio Editor
4
5
@file AudioGraphSource.cpp
6
7
Paul Licameli
8
9
**********************************************************************/
10
#include "
AudioGraphSource.h
"
11
12
AudioGraph::Source::~Source
() =
default
;
13
14
bool
AudioGraph::Source::Terminates
()
const
15
{
16
return
true
;
17
}
AudioGraphSource.h
AudioGraph::Source::~Source
virtual ~Source()
AudioGraph::Source::Terminates
virtual bool Terminates() const
Needed only to make some postconditions assertable; defaults true.
Definition:
AudioGraphSource.cpp:14
Generated by
1.9.3