ardour
Public Member Functions | Public Attributes | List of all members
ARDOUR::MissingSource Class Reference

#include <file_source.h>

Inheritance diagram for ARDOUR::MissingSource:

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 31 of file file_source.h.

Constructor & Destructor Documentation

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

Definition at line 34 of file file_source.h.

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

Definition at line 36 of file file_source.h.

Member Function Documentation

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

Definition at line 38 of file file_source.h.

Member Data Documentation

std::string ARDOUR::MissingSource::path

Definition at line 40 of file file_source.h.

DataType ARDOUR::MissingSource::type

Definition at line 41 of file file_source.h.


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