Data structure used for representing a Polymorphic Register. More...
#include <prf.h>

Data Fields | |
| linearRegister ** | data |
| 2D array of linearRegister (lists). More... | |
| int | p |
| Size of the first dimension of the linearRegister array. More... | |
| int | q |
| Size of the second dimension of the linearRegister array. More... | |
| scheme | s |
| Eunum which identifies the mapping scheme used by this register. More... | |
Data structure used for representing a Polymorphic Register.
| linearRegister** PolymorphicRegister::data |
2D array of linearRegister (lists).
| int PolymorphicRegister::p |
Size of the first dimension of the linearRegister array.
| int PolymorphicRegister::q |
Size of the second dimension of the linearRegister array.
| scheme PolymorphicRegister::s |
Eunum which identifies the mapping scheme used by this register.