CLAM-Development  1.4.0
MIDIFileIOConfig.hxx
Go to the documentation of this file.
1 #ifndef __MIDIFILEIOCONFIG__
2 #define __MIDIFILEIOCONFIG__
3 #include <typeinfo>
4 #include <string>
5 #include "ProcessingConfig.hxx"
6 
7 namespace CLAM
8 {
10  {
11  public:
13  /* Filename */
14  DYN_ATTRIBUTE(0,public, std::string, FileName);
15 
16  private:
17  void DefaultInit();
18  };
19 }
20 
21 #endif
22