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

Function ScheduleVariableInterval

src/model/ScheduleVariableInterval.hpp:33–33  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

31 virtual ~ScheduleVariableInterval() override = default;
32 // Default the copy and move operators because the virtual dtor is explicit
33 ScheduleVariableInterval(const ScheduleVariableInterval& other) = default;
34 ScheduleVariableInterval(ScheduleVariableInterval&& other) = default;
35 ScheduleVariableInterval& operator=(const ScheduleVariableInterval&) = default;
36 ScheduleVariableInterval& operator=(ScheduleVariableInterval&&) = default;

Callers 1

fromTimeSeriesMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected