Typedefs

Definitions of List Types

These typedefs simplify the declaration of List types. More...

Typedefs

typedef List< IntegerIntegerList
 A List of type Integer.
typedef List< RealRealList
 A List of type Real.
typedef List< StringStringList
 A List of type String.
typedef List< ComplexComplexList
 A List of complex values.
typedef List< PitchPitchList
 A List of type Pitch.
typedef List< RationalRationalList
 A List of type Rational.
typedef List< RhythmRhythmList
 A List of type Rhythm.

Detailed Description

These typedefs simplify the declaration of List types.


Typedef Documentation

A List of complex values.

Definition at line 51 of file Musimat.h.

A List of type Integer.

Definition at line 42 of file Musimat.h.

typedef List<Pitch> PitchList

A List of type Pitch.

Definition at line 54 of file Musimat.h.

A List of type Rational.

Definition at line 57 of file Musimat.h.

typedef List<Real> RealList

A List of type Real.

Definition at line 45 of file Musimat.h.

A List of type Rhythm.

Definition at line 60 of file Musimat.h.

A List of type String.

Definition at line 48 of file Musimat.h.