MCPcopy Create free account
hub / github.com/Kistler-Group/sdbus-cpp / ~Message

Method ~Message

src/Message.cpp:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119Message::~Message()
120{
121 if (msg_)
122 connection_->decrementMessageRefCount(static_cast<sd_bus_message*>(msg_));
123}
124
125Message& Message::operator<<(bool item)
126{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected