#include <sigtype.hh>

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 | |
Beside a computability and a variability, TupletTypes have a set of components.
Definition at line 317 of file sigtype.hh.
1.5.9