Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Seqlock implementation. More...
#include "roc_core/stddefs.h"
Go to the source code of this file.
Classes | |
class | roc::core::SeqlockImpl |
Seqlock implementation class. More... | |
Namespaces | |
roc | |
Root namespace. | |
roc::core | |
General-purpose building blocks and platform abstraction layer. | |
Typedefs | |
typedef uint32_t | roc::core::seqlock_version_t |
Type for holding seqlock value version. Version is changed each value update. May wrap. More... | |
Functions | |
bool | roc::core::seqlock_version_is_valid (seqlock_version_t ver) |
Check if this is a valid seqlock version. Returns false if seqlock version corresponds to intermediate state that should never be seen by seqlock user. More... | |
Seqlock implementation.
Definition in file seqlock_impl.h.