MCPcopy Create free account
hub / github.com/Samsung/rlottie / BufferBase

Class BufferBase

src/vector/vdebug.cpp:379–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377}
378
379struct BufferBase {
380 virtual ~BufferBase() = default;
381 virtual void push(VDebug&& logline) = 0;
382 virtual bool try_pop(VDebug& logline) = 0;
383};
384
385struct SpinLock {
386 SpinLock(std::atomic_flag& flag) : m_flag(flag)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected