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

Function ScheduleCompact

src/model/ScheduleCompact.hpp:37–37  ·  view source on GitHub ↗

Default the copy and move operators because the virtual dtor is explicit

Source from the content-addressed store, hash-verified

35 virtual ~ScheduleCompact() override = default;
36 // Default the copy and move operators because the virtual dtor is explicit
37 ScheduleCompact(const ScheduleCompact& other) = default;
38 ScheduleCompact(ScheduleCompact&& other) = default;
39 ScheduleCompact& operator=(const ScheduleCompact&) = default;
40 ScheduleCompact& operator=(ScheduleCompact&&) = default;

Callers 4

TEST_FFunction · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40