linuxsampler 2.3.1
LinuxSampler::InstrumentManager::instrument_id_t Struct Reference

Reflects unique ID of an instrument. More...

#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.
 

Detailed Description

Reflects unique ID of an instrument.

Definition at line 66 of file InstrumentManager.h.

Member Function Documentation

◆ operator<()

bool LinuxSampler::InstrumentManager::instrument_id_t::operator< ( const instrument_id_t o) const
inline

Definition at line 71 of file InstrumentManager.h.

References FileName, and Index.

◆ operator==()

bool LinuxSampler::InstrumentManager::instrument_id_t::operator== ( const instrument_id_t o) const
inline

Definition at line 75 of file InstrumentManager.h.

References FileName, and Index.

Member Data Documentation

◆ FileName

String LinuxSampler::InstrumentManager::instrument_id_t::FileName

File name of the instrument.

Definition at line 67 of file InstrumentManager.h.

Referenced by operator<(), and operator==().

◆ Index

uint LinuxSampler::InstrumentManager::instrument_id_t::Index

Index of the instrument within the file.

Definition at line 68 of file InstrumentManager.h.

Referenced by operator<(), and operator==().


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