OpenASIP
2.0
|
Public Member Functions | |
bool | operator< (const ResourceKey &comp) const |
Public Attributes | |
std::string | keyString |
Key string for resource. More... | |
UValue | slotNumber |
Bus that was used. More... | |
RequestType | type |
Was resource read or written or was it guard. More... | |
Cache element to see if same kind of resource reading has been resolved earlier during the compilation
Definition at line 136 of file MachineResourceManager.hh.
|
inline |
Definition at line 144 of file MachineResourceManager.hh.
References keyString, slotNumber, and type.
std::string MachineResourceManager::ResourceKey::keyString |
Key string for resource.
Definition at line 138 of file MachineResourceManager.hh.
Referenced by operator<(), and MachineResourceManager::resourceID().
UValue MachineResourceManager::ResourceKey::slotNumber |
Bus that was used.
Definition at line 140 of file MachineResourceManager.hh.
Referenced by operator<(), and MachineResourceManager::resourceID().
RequestType MachineResourceManager::ResourceKey::type |
Was resource read or written or was it guard.
Definition at line 142 of file MachineResourceManager.hh.
Referenced by operator<(), and MachineResourceManager::resourceID().