MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / swap

Method swap

dds/DCPS/MessageBlock.cpp:62–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void
63MessageBlock::swap(MessageBlock& rhs)
64{
65 std::swap(data_, rhs.data_);
66 std::swap(rd_ptr_, rhs.rd_ptr_);
67 std::swap(wr_ptr_, rhs.wr_ptr_);
68}
69
70MessageBlock&
71MessageBlock::operator=(const MessageBlock& rhs)

Callers 12

shutdownMethod · 0.45
swapFunction · 0.45
store_instance_dataFunction · 0.45
enableMethod · 0.45
cross_joinMethod · 0.45
remove_idMethod · 0.45
enableMethod · 0.45
RakeResultsMethod · 0.45
WriterInfo.cppFile · 0.45
shutdownMethod · 0.45
swapFunction · 0.45

Calls 1

swapFunction · 0.70

Tested by

no test coverage detected