ASPiK SDK
Loading...
Searching...
No Matches
moodycamel::ReaderWriterQueue< T, MAX_BLOCK_SIZE > Class Template Reference

Public Types

typedef T value_type
 

Public Member Functions

 ReaderWriterQueue (size_t maxSize=15)
 
 ReaderWriterQueue (ReaderWriterQueue &&other)
 
ReaderWriterQueueoperator= (ReaderWriterQueue &&other)
 
AE_FORCEINLINE bool try_enqueue (T const &element)
 
AE_FORCEINLINE bool try_enqueue (T &&element)
 
template<typename... Args>
AE_FORCEINLINE bool try_emplace (Args &&... args)
 
AE_FORCEINLINE bool enqueue (T const &element)
 
AE_FORCEINLINE bool enqueue (T &&element)
 
template<typename... Args>
AE_FORCEINLINE bool emplace (Args &&... args)
 
template<typename U >
bool try_dequeue (U &result)
 
T * peek ()
 
bool pop ()
 
size_t size_approx () const
 

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