Go to the documentation of this file.
33 #ifndef TTA_ADDRESS_HH
34 #define TTA_ADDRESS_HH
UInt32 InstructionAddress
const TTAMachine::AddressSpace & space() const
bool operator==(const Address &other) const
bool operator!=(const Address &other) const
InstructionAddress location_
The location identified by the address.
InstructionAddress location() const
bool operator<(const Address &addr) const
Address(InstructionAddress location, const TTAMachine::AddressSpace &space)
const TTAMachine::AddressSpace * space_
The address space of the address.