#include <InstrumentManager.h>
Public Member Functions | |
bool | operator< (const instrument_id_t &o) const |
bool | operator== (const instrument_id_t &o) const |
Public Attributes | |
String | FileName |
File name of the instrument. | |
uint | Index |
Index of the instrument within the file. |
Definition at line 66 of file InstrumentManager.h.
bool LinuxSampler::InstrumentManager::instrument_id_t::operator< | ( | const instrument_id_t & | o | ) | const [inline] |
bool LinuxSampler::InstrumentManager::instrument_id_t::operator== | ( | const instrument_id_t & | o | ) | const [inline] |
File name of the instrument.
Definition at line 67 of file InstrumentManager.h.
Referenced by operator<(), and operator==().
Index of the instrument within the file.
Definition at line 68 of file InstrumentManager.h.
Referenced by operator<(), and operator==().