Public 属性 | |
size_t | capacity |
BlockIndexEntry * | entries |
BlockIndexEntry ** | index |
BlockIndexHeader * | prev |
std::atomic< size_t > | tail |
在文件 ConcurrentQueue.h 第 2818 行定义.
size_t moodycamel::ConcurrentQueue< T, Traits >::ImplicitProducer::BlockIndexHeader::capacity |
BlockIndexEntry* moodycamel::ConcurrentQueue< T, Traits >::ImplicitProducer::BlockIndexHeader::entries |
在文件 ConcurrentQueue.h 第 2822 行定义.
BlockIndexEntry** moodycamel::ConcurrentQueue< T, Traits >::ImplicitProducer::BlockIndexHeader::index |
在文件 ConcurrentQueue.h 第 2823 行定义.
被这些函数引用 moodycamel::ConcurrentQueue< T, Traits >::ImplicitProducer::dequeue_bulk(), moodycamel::ConcurrentQueue< T, Traits >::ImplicitProducer::get_block_index_entry_for_index() , 以及 moodycamel::ConcurrentQueue< T, Traits >::ImplicitProducer::get_block_index_index_for_index().
BlockIndexHeader* moodycamel::ConcurrentQueue< T, Traits >::ImplicitProducer::BlockIndexHeader::prev |
在文件 ConcurrentQueue.h 第 2824 行定义.
std::atomic<size_t> moodycamel::ConcurrentQueue< T, Traits >::ImplicitProducer::BlockIndexHeader::tail |