CARLA
Public Member Functions | Public Attributes | List of all members
moodycamel::details::ConcurrentQueueProducerTypelessBase Struct Reference

#include <ConcurrentQueue.h>

+ Inheritance diagram for moodycamel::details::ConcurrentQueueProducerTypelessBase:
+ Collaboration diagram for moodycamel::details::ConcurrentQueueProducerTypelessBase:

Public Member Functions

 ConcurrentQueueProducerTypelessBase ()
 

Public Attributes

std::atomic< bool > inactive
 
ConcurrentQueueProducerTypelessBasenext
 
ProducerTokentoken
 

Detailed Description

Definition at line 372 of file ConcurrentQueue.h.

Constructor & Destructor Documentation

◆ ConcurrentQueueProducerTypelessBase()

moodycamel::details::ConcurrentQueueProducerTypelessBase::ConcurrentQueueProducerTypelessBase ( )
inline

Definition at line 378 of file ConcurrentQueue.h.

Member Data Documentation

◆ inactive

std::atomic<bool> moodycamel::details::ConcurrentQueueProducerTypelessBase::inactive

Definition at line 375 of file ConcurrentQueue.h.

◆ next

ConcurrentQueueProducerTypelessBase* moodycamel::details::ConcurrentQueueProducerTypelessBase::next

Definition at line 374 of file ConcurrentQueue.h.

◆ token

ProducerToken* moodycamel::details::ConcurrentQueueProducerTypelessBase::token

Definition at line 376 of file ConcurrentQueue.h.

Referenced by moodycamel::ProducerToken::ProducerToken().


The documentation for this struct was generated from the following file: