|
ROSE 0.11.145.380
|
Register map keys.
This class stores a register major and minor pair that is suitable for using as a key in an std::map or similar. These objects are implicitly constructed from RegisterDescriptor.
Definition at line 71 of file RegisterStateGeneric.h.
#include <Rose/BinaryAnalysis/InstructionSemantics/BaseSemantics/RegisterStateGeneric.h>
Public Member Functions | |
| RegStore (RegisterDescriptor) | |
| bool | operator< (const RegStore &) const |
Public Attributes | |
| unsigned | majr |
| unsigned | minr |
| unsigned Rose::BinaryAnalysis::InstructionSemantics::BaseSemantics::RegisterStateGeneric::RegStore::majr |
Definition at line 72 of file RegisterStateGeneric.h.
| unsigned Rose::BinaryAnalysis::InstructionSemantics::BaseSemantics::RegisterStateGeneric::RegStore::minr |
Definition at line 72 of file RegisterStateGeneric.h.