MCPcopy Create free account
hub / github.com/Tracktion/choc / FIFOReadWritePosition

Method FIFOReadWritePosition

choc/containers/choc_FIFOReadWritePosition.h:135–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133
134template <typename IndexType, typename AtomicType>
135FIFOReadWritePosition<IndexType, AtomicType>::FIFOReadWritePosition() { reset (1); }
136
137template <typename IndexType, typename AtomicType> void FIFOReadWritePosition<IndexType, AtomicType>::reset (size_t size)
138{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected