linuxsampler 1.0.0

LinuxSampler::InstrumentManager::instrument_id_t Struct Reference

Reflects unique ID of an instrument. More...

#include <InstrumentManager.h>

List of all members.

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

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.

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

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==().


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