ROSE 0.11.145.141
Public Member Functions | Public Attributes | List of all members
Rose::BinaryAnalysis::InstructionSemantics::BaseSemantics::RegisterStateGeneric::RegStore Struct Reference

Description

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 69 of file RegisterStateGeneric.h.

#include <Rose/BinaryAnalysis/InstructionSemantics/BaseSemantics/RegisterStateGeneric.h>

Public Member Functions

 RegStore (RegisterDescriptor d)
 
bool operator< (const RegStore &other) const
 

Public Attributes

unsigned majr
 
unsigned minr
 

Constructor & Destructor Documentation

◆ RegStore() [1/2]

Rose::BinaryAnalysis::InstructionSemantics::BaseSemantics::RegisterStateGeneric::RegStore::RegStore ( )
inline

Definition at line 84 of file RegisterStateGeneric.h.

◆ RegStore() [2/2]

Rose::BinaryAnalysis::InstructionSemantics::BaseSemantics::RegisterStateGeneric::RegStore::RegStore ( RegisterDescriptor  d)
inline

Definition at line 86 of file RegisterStateGeneric.h.

Member Function Documentation

◆ operator<()

bool Rose::BinaryAnalysis::InstructionSemantics::BaseSemantics::RegisterStateGeneric::RegStore::operator< ( const RegStore other) const
inline

Definition at line 88 of file RegisterStateGeneric.h.

Member Data Documentation

◆ majr

unsigned Rose::BinaryAnalysis::InstructionSemantics::BaseSemantics::RegisterStateGeneric::RegStore::majr

Definition at line 70 of file RegisterStateGeneric.h.

◆ minr

unsigned Rose::BinaryAnalysis::InstructionSemantics::BaseSemantics::RegisterStateGeneric::RegStore::minr

Definition at line 70 of file RegisterStateGeneric.h.


The documentation for this struct was generated from the following file: