CARLA
Public Attributes | List of all members
moodycamel::ConcurrentQueue< T, Traits >::ExplicitProducer::BlockIndexEntry Struct Reference
+ Collaboration diagram for moodycamel::ConcurrentQueue< T, Traits >::ExplicitProducer::BlockIndexEntry:

Public Attributes

index_t base
 
Blockblock
 

Detailed Description

template<typename T, typename Traits = ConcurrentQueueDefaultTraits>
struct moodycamel::ConcurrentQueue< T, Traits >::ExplicitProducer::BlockIndexEntry

Definition at line 2276 of file ConcurrentQueue.h.

Member Data Documentation

◆ base

template<typename T, typename Traits = ConcurrentQueueDefaultTraits>
index_t moodycamel::ConcurrentQueue< T, Traits >::ExplicitProducer::BlockIndexEntry::base

Definition at line 2278 of file ConcurrentQueue.h.

◆ block

template<typename T, typename Traits = ConcurrentQueueDefaultTraits>
Block* moodycamel::ConcurrentQueue< T, Traits >::ExplicitProducer::BlockIndexEntry::block

Definition at line 2279 of file ConcurrentQueue.h.


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