These typedefs simplify the declaration of List types. More...
Typedefs | |
typedef List< Integer > | IntegerList |
A List of type Integer. | |
typedef List< Real > | RealList |
A List of type Real. | |
typedef List< String > | StringList |
A List of type String. | |
typedef List< Complex > | ComplexList |
A List of complex values. | |
typedef List< Pitch > | PitchList |
A List of type Pitch. | |
typedef List< Rational > | RationalList |
A List of type Rational. | |
typedef List< Rhythm > | RhythmList |
A List of type Rhythm. |
These typedefs simplify the declaration of List types.
typedef List<Complex> ComplexList |
typedef List<Rational> RationalList |