ardour
export_pointers.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2011 Paul Davis
3  Author: Sakari Bergen
4 
5  This program is free software; you can redistribute it and/or modify
6  it under the terms of the GNU General Public License as published by
7  the Free Software Foundation; either version 2 of the License, or
8  (at your option) any later version.
9 
10  This program is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  GNU General Public License for more details.
14 
15  You should have received a copy of the GNU General Public License
16  along with this program; if not, write to the Free Software
17  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 
19 */
20 
21 #ifndef __ardour_export_pointers_h__
22 #define __ardour_export_pointers_h__
23 
24 #include <boost/operators.hpp>
25 #include <boost/shared_ptr.hpp>
26 #include <boost/weak_ptr.hpp>
27 
30 
31 namespace AudioGrapher {
32  class BroadcastInfo;
33 }
34 
35 namespace ARDOUR {
36 
37 class ExportTimespan;
38 class ExportChannel;
39 class ExportChannelConfiguration;
40 class ExportFormat;
41 class ExportFormatBase;
42 class ExportFormatSpecification;
43 class ExportFormatCompatibility;
44 class ExportFilename;
45 class ExportStatus;
47 
50 
59 
62 
64 
65 } // namespace ARDOUR
66 
67 #endif // __ardour_export_pointers_h__
boost::weak_ptr< ExportFormatCompatibility > WeakExportFormatCompatibilityPtr
ComparableSharedPtr< ExportTimespan > ExportTimespanPtr
boost::shared_ptr< ExportFormat > ExportFormatPtr
ComparableSharedPtr< ExportChannel > ExportChannelPtr
Definition: amp.h:29
boost::shared_ptr< ExportFilename > ExportFilenamePtr
boost::shared_ptr< AudioGrapher::BroadcastInfo > BroadcastInfoPtr
boost::shared_ptr< ExportChannelConfiguration > ExportChannelConfigPtr
boost::shared_ptr< ExportPreset > ExportPresetPtr
boost::shared_ptr< ExportStatus > ExportStatusPtr
boost::shared_ptr< ExportFormatBase > ExportFormatBasePtr
boost::weak_ptr< ExportFormat > WeakExportFormatPtr
boost::shared_ptr< ExportFormatSpecification > ExportFormatSpecPtr
boost::shared_ptr< ExportFormatCompatibility > ExportFormatCompatibilityPtr