Public Member Functions | Private Member Functions | Private Attributes | List of all members
moodycamel::ReaderWriterQueue< T, MAX_BLOCK_SIZE >::ReentrantGuard Struct Reference

Public Member Functions

AE_NO_TSAN ReentrantGuard (bool &_inSection)
 
AE_NO_TSAN ~ReentrantGuard ()
 

Private Member Functions

ReentrantGuardoperator= (ReentrantGuard const &)
 

Private Attributes

bool & inSection
 

Detailed Description

template<typename T, size_t MAX_BLOCK_SIZE = 512>
struct moodycamel::ReaderWriterQueue< T, MAX_BLOCK_SIZE >::ReentrantGuard

Definition at line 697 of file readerwriterqueue.h.

Constructor & Destructor Documentation

◆ ReentrantGuard()

template<typename T, size_t MAX_BLOCK_SIZE = 512>
AE_NO_TSAN moodycamel::ReaderWriterQueue< T, MAX_BLOCK_SIZE >::ReentrantGuard::ReentrantGuard ( bool &  _inSection)
inline

Definition at line 699 of file readerwriterqueue.h.

◆ ~ReentrantGuard()

template<typename T, size_t MAX_BLOCK_SIZE = 512>
AE_NO_TSAN moodycamel::ReaderWriterQueue< T, MAX_BLOCK_SIZE >::ReentrantGuard::~ReentrantGuard ( )
inline

Definition at line 706 of file readerwriterqueue.h.

Member Function Documentation

◆ operator=()

template<typename T, size_t MAX_BLOCK_SIZE = 512>
ReentrantGuard& moodycamel::ReaderWriterQueue< T, MAX_BLOCK_SIZE >::ReentrantGuard::operator= ( ReentrantGuard const &  )
private

Member Data Documentation

◆ inSection

template<typename T, size_t MAX_BLOCK_SIZE = 512>
bool& moodycamel::ReaderWriterQueue< T, MAX_BLOCK_SIZE >::ReentrantGuard::inSection
private

Definition at line 715 of file readerwriterqueue.h.


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


pf_driver
Author(s): Harsh Deshpande
autogenerated on Fri Feb 24 2023 03:59:35