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

Method GetValue

cpp/src/value_classes/ValueBool.h:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 virtual void WriteXML( TiXmlElement* _valueElement );
61
62 bool GetValue()const{ return m_value; }
63
64 private:
65 bool m_value; // the current index in the m_items vector

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected