MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / GetValue

Method GetValue

cpp/src/value_classes/ValueString.h:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 virtual void WriteXML( TiXmlElement* _valueElement );
60
61 string GetValue()const{ return m_value; }
62
63 private:
64 string m_value; // the current value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected