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

Method GetAsString

cpp/src/value_classes/ValueInt.cpp:83–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected