Ardour  9.0-pre0-582-g084a23a80d
export_pointers.h File Reference
#include <memory>
#include <boost/operators.hpp>
#include "ardour/libardour_visibility.h"
#include "ardour/comparable_shared_ptr.h"
Include dependency graph for export_pointers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 AudioGrapher
 
 ARDOUR
 

Typedefs

typedef ComparableSharedPtr< ExportChannel > ARDOUR::ExportChannelPtr
 
typedef ComparableSharedPtr< ExportTimespan > ARDOUR::ExportTimespanPtr
 
typedef std::shared_ptr< ExportChannelConfiguration > ARDOUR::ExportChannelConfigPtr
 
typedef std::shared_ptr< ExportFormatBase > ARDOUR::ExportFormatBasePtr
 
typedef std::shared_ptr< ExportFormat > ARDOUR::ExportFormatPtr
 
typedef std::shared_ptr< ExportFormatSpecification > ARDOUR::ExportFormatSpecPtr
 
typedef std::shared_ptr< ExportFormatCompatibility > ARDOUR::ExportFormatCompatibilityPtr
 
typedef std::shared_ptr< ExportFilename > ARDOUR::ExportFilenamePtr
 
typedef std::shared_ptr< ExportStatus > ARDOUR::ExportStatusPtr
 
typedef std::shared_ptr< ExportPreset > ARDOUR::ExportPresetPtr
 
typedef std::weak_ptr< ExportFormatCompatibility > ARDOUR::WeakExportFormatCompatibilityPtr
 
typedef std::weak_ptr< ExportFormat > ARDOUR::WeakExportFormatPtr
 
typedef std::shared_ptr< AudioGrapher::BroadcastInfoARDOUR::BroadcastInfoPtr