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

#include <tape_file_matcher.h>

Public Member Functions

 TapeFileMatcher ()
 
bool matches (const std::string &filename) const
 

Private Attributes

regex_t m_compiled_pattern
 

Detailed Description

Definition at line 30 of file tape_file_matcher.h.

Constructor & Destructor Documentation

ARDOUR::TapeFileMatcher::TapeFileMatcher ( )

Definition at line 35 of file tape_file_matcher.cc.

Member Function Documentation

bool ARDOUR::TapeFileMatcher::matches ( const std::string &  filename) const

Definition at line 53 of file tape_file_matcher.cc.

Member Data Documentation

regex_t ARDOUR::TapeFileMatcher::m_compiled_pattern
private

Definition at line 40 of file tape_file_matcher.h.


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