Go to the documentation of this file.
33 #ifndef TTA_GPR_GUARD_ENCODING_HH
34 #define TTA_GPR_GUARD_ENCODING_HH
50 const std::string& regFile,
int index,
bool inverted,
GPRGuardEncoding(const std::string ®File, int index, bool inverted, unsigned int encoding, GuardField &parent)
int index_
Register index.
std::string registerFile() const
static const std::string OSKEY_REGISTER_INDEX
ObjectState attribute key for register index.
virtual ObjectState * saveState() const
std::string regFile_
Name of the register file.
unsigned int encoding() const
static const std::string OSKEY_RF_NAME
ObjectState attribute key for the name of the register file.
static const std::string OSNAME_GPR_GUARD_ENCODING
ObjectState name for GPR guard encoding.
int registerIndex() const
virtual ~GPRGuardEncoding()
GuardField * parent() const