MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / impl

Method impl

src/utilities/time/Time.cpp:199–201  ·  view source on GitHub ↗

reference to impl

Source from the content-addressed store, hash-verified

197
198// reference to impl
199const Time::ImplType Time::impl() const {
200 return m_impl;
201}
202
203// std::ostream operator<<
204std::ostream& operator<<(std::ostream& os, const Time& time) {

Callers 6

TimeMethod · 0.45
Time.cppFile · 0.45
toStringMethod · 0.45
toISO8601Method · 0.45
toXsdDateTimeMethod · 0.45
toEpochMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected