Go to the documentation of this file.
52 inverted_(inverted), encoding_(encoding), parent_(NULL) {
66 : inverted_(
false), encoding_(0), parent_(NULL) {
71 const string procName =
"GuardEncoding::GuardEncoding";
bool isGuardInverted() const
static const std::string OSKEY_INVERTED
ObjectState attribute key for invert flag.
void setParent(GuardField *parent)
unsigned int encoding_
The encoding.
GuardField * parent_
The parent guard field.
unsigned int encoding() const
GuardEncoding(bool inverted, unsigned int encoding)
std::string errorMessage() const
static const std::string OSNAME_GUARD_ENCODING
ObjectState name for guard encoding.
find Finds info of the inner loops in the false
bool inverted_
The "invert" flag.
bool boolAttribute(const std::string &name) const
int intAttribute(const std::string &name) const
static const std::string OSKEY_ENCODING
ObjectState attribute key for encoding.
virtual ObjectState * saveState() const
void setAttribute(const std::string &name, const std::string &value)
GuardField * parent() const