Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
199
const Time::ImplType Time::impl() const {
200
return m_impl;
201
}
202
203
// std::ostream operator<<
204
std::ostream& operator<<(std::ostream& os, const Time& time) {
Callers
6
Time
Method · 0.45
Time.cpp
File · 0.45
toString
Method · 0.45
toISO8601
Method · 0.45
toXsdDateTime
Method · 0.45
toEpoch
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected