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

Method GetAsString

cpp/src/platform/TimeStamp.cpp:91–96  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Return object as a string -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

89// Return object as a string
90//-----------------------------------------------------------------------------
91string TimeStamp::GetAsString
92(
93)
94{
95 return m_pImpl->GetAsString();
96}
97//-----------------------------------------------------------------------------
98// <TimeStamp::operator->
99// Overload the subtract operator to get the difference between two

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected