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

Method GetAsString

cpp/src/value_classes/ValueShort.cpp:82–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82string const ValueShort::GetAsString
83(
84) const
85{
86 stringstream ss;
87 ss << GetValue();
88 return ss.str();
89}
90
91bool ValueShort::SetFromString
92(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected