Ardour  9.0-pre0-439-ga53b99b307
ARDOUR::MissingSource Class Reference

#include <file_source.h>

Inheritance diagram for ARDOUR::MissingSource:
[legend]

Public Member Functions

 MissingSource (const std::string &p, DataType t) throw ()
 
 ~MissingSource () throw ()
 
virtual const char * what () const throw ()
 

Public Attributes

std::string path
 
DataType type
 

Detailed Description

Definition at line 32 of file file_source.h.

Constructor & Destructor Documentation

◆ MissingSource()

ARDOUR::MissingSource::MissingSource ( const std::string &  p,
DataType  t 
)
throw (
)
inline

Definition at line 35 of file file_source.h.

◆ ~MissingSource()

ARDOUR::MissingSource::~MissingSource ( )
throw (
)
inline

Definition at line 37 of file file_source.h.

Member Function Documentation

◆ what()

virtual const char* ARDOUR::MissingSource::what ( ) const
throw (
)
inlinevirtual

Definition at line 39 of file file_source.h.

Member Data Documentation

◆ path

std::string ARDOUR::MissingSource::path

Definition at line 41 of file file_source.h.

◆ type

DataType ARDOUR::MissingSource::type

Definition at line 42 of file file_source.h.


The documentation for this class was generated from the following file: