MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / Clear

Method Clear

source/src/osc/osc/OscOutboundPacketStream.cpp:267–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265
266
267void OutboundPacketStream::Clear()
268{
269 typeTagsCurrent_ = end_;
270 messageCursor_ = data_;
271 argumentCurrent_ = data_;
272 elementSizePtr_ = 0;
273 messageIsInProgress_ = false;
274}
275
276
277std::size_t OutboundPacketStream::Capacity() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected