OpenStudio:utilities
Loading...
Searching...
No Matches
openstudio::Attribute Member List

This is the complete list of members for openstudio::Attribute, including all inherited members.

Attribute(const std::string &name, bool value)openstudio::Attribute
Attribute(const std::string &name, bool value, const std::string &units)openstudio::Attribute
Attribute(const std::string &name, bool value, const boost::optional< std::string > &units)openstudio::Attribute
Attribute(const openstudio::UUID &uuid, const openstudio::UUID &versionUUID, const std::string &name, const boost::optional< std::string > &displayName, bool value, const boost::optional< std::string > &units, const std::string &source=std::string())openstudio::Attribute
Attribute(const std::string &name, double value)openstudio::Attribute
Attribute(const std::string &name, double value, const std::string &units)openstudio::Attribute
Attribute(const std::string &name, double value, const boost::optional< std::string > &units)openstudio::Attribute
Attribute(const openstudio::UUID &uuid, const openstudio::UUID &versionUUID, const std::string &name, const boost::optional< std::string > &displayName, double value, const boost::optional< std::string > &units, const std::string &source=std::string())openstudio::Attribute
Attribute(const std::string &name, int value)openstudio::Attribute
Attribute(const std::string &name, int value, const std::string &units)openstudio::Attribute
Attribute(const std::string &name, int value, const boost::optional< std::string > &units)openstudio::Attribute
Attribute(const openstudio::UUID &uuid, const openstudio::UUID &versionUUID, const std::string &name, const boost::optional< std::string > &displayName, int value, const boost::optional< std::string > &units, const std::string &source=std::string())openstudio::Attribute
Attribute(const std::string &name, unsigned value)openstudio::Attribute
Attribute(const std::string &name, unsigned value, const std::string &units)openstudio::Attribute
Attribute(const std::string &name, unsigned value, const boost::optional< std::string > &units)openstudio::Attribute
Attribute(const openstudio::UUID &uuid, const openstudio::UUID &versionUUID, const std::string &name, const boost::optional< std::string > &displayName, unsigned value, const boost::optional< std::string > &units, const std::string &source=std::string())openstudio::Attribute
Attribute(const std::string &name, const char *value)openstudio::Attribute
Attribute(const std::string &name, const char *value, const std::string &units)openstudio::Attribute
Attribute(const std::string &name, const char *value, const boost::optional< std::string > &units)openstudio::Attribute
Attribute(const openstudio::UUID &uuid, const openstudio::UUID &versionUUID, const std::string &name, const boost::optional< std::string > &displayName, const char *value, const boost::optional< std::string > &units, const std::string &source=std::string())openstudio::Attribute
Attribute(const std::string &name, const std::string &value)openstudio::Attribute
Attribute(const std::string &name, const std::string &value, const std::string &units)openstudio::Attribute
Attribute(const std::string &name, const std::string &value, const boost::optional< std::string > &units)openstudio::Attribute
Attribute(const openstudio::UUID &uuid, const openstudio::UUID &versionUUID, const std::string &name, const boost::optional< std::string > &displayName, const std::string &value, const boost::optional< std::string > &units, const std::string &source=std::string())openstudio::Attribute
Attribute(const std::string &name, const std::vector< openstudio::Attribute > &value)openstudio::Attribute
Attribute(const std::string &name, const std::vector< openstudio::Attribute > &value, const std::string &units)openstudio::Attribute
Attribute(const std::string &name, const std::vector< openstudio::Attribute > &value, const boost::optional< std::string > &units)openstudio::Attribute
Attribute(const openstudio::UUID &uuid, const openstudio::UUID &versionUUID, const std::string &name, const boost::optional< std::string > &displayName, const std::vector< openstudio::Attribute > &value, const boost::optional< std::string > &units, const std::string &source=std::string())openstudio::Attribute
Attribute(const pugi::xml_node &element)openstudio::Attributeexplicit
Attribute(const Attribute &other)openstudio::Attribute
Attribute(const std::shared_ptr< detail::Attribute_Impl > &impl)openstudio::Attributeprotected
AttributeVector typedefopenstudio::Attributerelated
cast() constopenstudio::Attributeinline
clearDisplayName()openstudio::Attribute
clearSource()openstudio::Attribute
clone() constopenstudio::Attribute
createAttributeFromVector(const std::string &name, const std::vector< int > &value)openstudio::Attributerelated
createAttributeFromVector(const std::string &name, const std::vector< double > &value)openstudio::Attributerelated
displayName(bool returnName=false) constopenstudio::Attribute
findChildByName(const std::string &name) constopenstudio::Attribute
getDoubleVectorFromAttribute(const Attribute &attribute)openstudio::Attributerelated
getIntVectorFromAttribute(const Attribute &attribute)openstudio::Attributerelated
hasValue() constopenstudio::Attribute
ImplType typedefopenstudio::Attribute
loadFromXml(const openstudio::path &xmlPath)openstudio::Attributestatic
name() constopenstudio::Attribute
operator<<(std::ostream &os, const Attribute &attribute)openstudio::Attributefriend
operator<<(std::ostream &os, const Attribute &attribute)openstudio::Attributerelated
operator==(const Attribute &other) constopenstudio::Attribute
OptionalAttribute typedefopenstudio::Attributerelated
optionalCast() constopenstudio::Attributeinline
saveToXml(const openstudio::path &path) constopenstudio::Attribute
setDisplayName(const std::string &displayName)openstudio::Attribute
setSource(const std::string &source)openstudio::Attribute
setUnits(const std::string &units)openstudio::Attribute
setValue(bool value)openstudio::Attribute
setValue(int value)openstudio::Attribute
setValue(unsigned value)openstudio::Attribute
setValue(double value)openstudio::Attribute
setValue(const char *value)openstudio::Attribute
setValue(const std::string &value)openstudio::Attribute
setValue(const std::vector< Attribute > &value)openstudio::Attribute
source() constopenstudio::Attribute
toJSON(bool short_version=true) constopenstudio::Attribute
toJSONString() constopenstudio::Attribute
toString() constopenstudio::Attribute
toXml() constopenstudio::Attributeprotected
units() constopenstudio::Attribute
uuid() constopenstudio::Attribute
valueAsAttributeVector() constopenstudio::Attribute
valueAsBoolean() constopenstudio::Attribute
valueAsDouble() constopenstudio::Attribute
valueAsInteger() constopenstudio::Attribute
valueAsJSON() constopenstudio::Attribute
valueAsString() constopenstudio::Attribute
valueAsUnsigned() constopenstudio::Attribute
valueType() constopenstudio::Attribute
versionUUID() constopenstudio::Attribute
~Attribute()=defaultopenstudio::Attributevirtual