#include <ConcurrentQueue.h>
Public 成员函数 | |
ProducerToken & | operator= (ProducerToken &&other) MOODYCAMEL_NOEXCEPT |
ProducerToken & | operator= (ProducerToken const &) MOODYCAMEL_DELETE_FUNCTION |
template<typename T , typename Traits > | |
ProducerToken (BlockingConcurrentQueue< T, Traits > &queue) | |
template<typename T , typename Traits > | |
ProducerToken (BlockingConcurrentQueue< T, Traits > &queue) | |
template<typename T , typename Traits > | |
ProducerToken (ConcurrentQueue< T, Traits > &queue) | |
template<typename T , typename Traits > | |
ProducerToken (ConcurrentQueue< T, Traits > &queue) | |
ProducerToken (ProducerToken &&other) MOODYCAMEL_NOEXCEPT | |
ProducerToken (ProducerToken const &) MOODYCAMEL_DELETE_FUNCTION | |
void | swap (ProducerToken &other) MOODYCAMEL_NOEXCEPT |
bool | valid () const |
~ProducerToken () | |
Protected 属性 | |
details::ConcurrentQueueProducerTypelessBase * | producer |
友元 | |
template<typename T , typename Traits > | |
class | ConcurrentQueue |
class | ConcurrentQueueTests |
在文件 ConcurrentQueue.h 第 616 行定义.
|
explicit |
|
explicit |
|
inline |
在文件 ConcurrentQueue.h 第 627 行定义.
引用了 producer , 以及 moodycamel::details::ConcurrentQueueProducerTypelessBase::token.
|
inline |
moodycamel::ProducerToken::ProducerToken | ( | ProducerToken const & | ) |
moodycamel::ProducerToken::ProducerToken | ( | ConcurrentQueue< T, Traits > & | queue | ) |
在文件 ConcurrentQueue.h 第 3720 行定义.
引用了 producer , 以及 moodycamel::details::ConcurrentQueueProducerTypelessBase::token.
moodycamel::ProducerToken::ProducerToken | ( | BlockingConcurrentQueue< T, Traits > & | queue | ) |
在文件 ConcurrentQueue.h 第 3729 行定义.
引用了 producer , 以及 moodycamel::details::ConcurrentQueueProducerTypelessBase::token.
|
inline |
ProducerToken & moodycamel::ProducerToken::operator= | ( | ProducerToken const & | ) |
|
inline |
在文件 ConcurrentQueue.h 第 646 行定义.
引用了 producer , 以及 moodycamel::details::ConcurrentQueueProducerTypelessBase::token.
被这些函数引用 operator=().
|
inline |
在文件 ConcurrentQueue.h 第 667 行定义.
引用了 producer.
|
friend |
在文件 ConcurrentQueue.h 第 683 行定义.
|
friend |
在文件 ConcurrentQueue.h 第 684 行定义.
|
protected |