OpenASIP
2.0
|
This is the complete list of members for ObjectState, including all inherited members.
addChild(ObjectState *child) | ObjectState | |
attribute(int index) const | ObjectState | |
attributeCount() const | ObjectState | |
attributes_ | ObjectState | private |
AttributeTable typedef | ObjectState | private |
boolAttribute(const std::string &name) const | ObjectState | |
boolValue() const | ObjectState | |
child(int index) const | ObjectState | |
childByName(const std::string &name) const | ObjectState | |
childCount() const | ObjectState | |
children_ | ObjectState | private |
ChildTable typedef | ObjectState | private |
commonErrorMessage() const | ObjectState | private |
doubleAttribute(const std::string &name) const | ObjectState | |
doubleValue() const | ObjectState | |
dumpObjectState(const ObjectState &state, std::ostream &output, const std::string &identation="") | ObjectState | static |
hasAttribute(const std::string &name) const | ObjectState | |
hasChild(const std::string &name) const | ObjectState | |
intAttribute(const std::string &name) const | ObjectState | |
intValue() const | ObjectState | |
name() const | ObjectState | |
name_ | ObjectState | private |
ObjectState(const std::string &name, ObjectState *parent=NULL) | ObjectState | |
ObjectState(const ObjectState &old) | ObjectState | |
operator!=(const ObjectState &object) | ObjectState | |
operator=(const ObjectState &old) | ObjectState | private |
parent() const | ObjectState | |
parent_ | ObjectState | private |
removeChild(ObjectState *child) | ObjectState | |
replaceChild(ObjectState *old, ObjectState *newChild) | ObjectState | |
setAttribute(const std::string &name, const std::string &value) | ObjectState | |
setAttribute(const std::string &name, int value) | ObjectState | |
setAttribute(const std::string &name, unsigned int value) | ObjectState | |
setAttribute(const std::string &name, double value) | ObjectState | |
setAttribute(const std::string &name, bool value) | ObjectState | |
setAttribute(const std::string &name, ULongWord value) | ObjectState | |
setName(const std::string &name) | ObjectState | |
setValue(const std::string &value) | ObjectState | |
setValue(int value) | ObjectState | |
setValue(double value) | ObjectState | |
setValue(bool value) | ObjectState | |
setValue(UIntWord value) | ObjectState | |
stringAttribute(const std::string &name) const | ObjectState | |
stringValue() const | ObjectState | |
UIntWordAttribute(const std::string &name) const | ObjectState | |
UIntWordValue() const | ObjectState | |
uLongAttribute(const std::string &name) const | ObjectState | |
unsignedIntAttribute(const std::string &name) const | ObjectState | |
unsignedIntValue() const | ObjectState | |
value_ | ObjectState | private |
~ObjectState() | ObjectState |