Audacity 3.2.0
ClientData.cpp
Go to the documentation of this file.
1/*!********************************************************************
2
3Audacity: A Digital Audio Editor
4
5@file ClientData.cpp
6
7Paul Licameli
8
9**********************************************************************/
10
11#include "ClientData.h"
12
13// These are needed out-of-line for the Windows link
14ClientData::Base::~Base() = default;
15template struct REGISTRIES_API ClientData::Cloneable<>;
Utility ClientData::Site to register hooks into a host class that attach client data.
A convenient base class defining abstract virtual Clone() for a given kind of pointer.
Definition: ClientData.h:49