Audacity 3.2.0
TypeSwitch.cpp
Go to the documentation of this file.
1/*!********************************************************************
2
3 Audacity: A Digital Audio Editor
4
5 @file TypeSwitch.cpp
6
7 Paul Licameli
8
9**********************************************************************/
10#include "TypeSwitch.h"
Dispatch to one of a set of functions by the run-time type of an object.