The type of a tuplet of data. More...
#include <sigtype.hh>
Inherits AudioType.
Public Member Functions | |
virtual ostream & | print (ostream &dst) const |
Print the content of a tuplet of types on a stream. | |
virtual AudioType * | promoteNature (int n) |
promote the nature of a type | |
virtual AudioType * | promoteVariability (int v) |
promote the variability of a type | |
virtual AudioType * | promoteComputability (int c) |
promote the computability of a type | |
virtual AudioType * | promoteVectorability (int vec) |
promote the vectorability of a type | |
virtual AudioType * | promoteBoolean (int b) |
promote the booleanity of a type |
The type of a tuplet of data.
Beside a computability and a variability, TupletTypes have a set of components.
Definition at line 317 of file sigtype.hh.