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

Function AirLoopHVACUnitarySystem

src/model/AirLoopHVACUnitarySystem.hpp:40–40  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

38 virtual ~AirLoopHVACUnitarySystem() override = default;
39 // Default the copy and move operators because the virtual dtor is explicit
40 AirLoopHVACUnitarySystem(const AirLoopHVACUnitarySystem& other) = default;
41 AirLoopHVACUnitarySystem(AirLoopHVACUnitarySystem&& other) = default;
42 AirLoopHVACUnitarySystem& operator=(const AirLoopHVACUnitarySystem&) = default;
43 AirLoopHVACUnitarySystem& operator=(AirLoopHVACUnitarySystem&&) = default;

Callers 2

TEST_FFunction · 0.50
TEST_FFunction · 0.50

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.40
TEST_FFunction · 0.40