Classes | Public Member Functions | Private Attributes | List of all members
atomic_nonzero_pod_queue< T, SIZE, const_ref > Class Template Reference

#include <atomic_queue.h>

Inheritance diagram for atomic_nonzero_pod_queue< T, SIZE, const_ref >:
Inheritance graph
[legend]

Classes

struct  nospace_error
 

Public Member Functions

void push (T t)
 
void pop ()
 This is not reentrant.
 
front ()
 This is not reentrant.
 
bool empty () const
 This is not reentrant.
 
unsigned int size () const
 
bool atomicPush (T t)
 
bool atomicPop (const_ref item)
 
const_ref atomicFront ()
 Tries to obtain the front item.
 
atomicPopAny ()
 

Private Attributes

atomic< T > m_ptrs [SIZE]
 
atomic< atomic< T > * > m_pFirst
 
atomic< atomic< T > * > m_pLast
 
atomic< unsigned int > m_count
 

Detailed Description

template<typename T, unsigned int SIZE, typename const_ref = T>
class atomic_nonzero_pod_queue< T, SIZE, const_ref >

Atomic FIFO with a pre-defined size for POD-type data of non-zero values (e.g. pointers).

See Also
atomic_queue, atomic_pointer_queue

Definition at line 24 of file atomic_queue.h.

Member Function Documentation

template<typename T, unsigned int SIZE, typename const_ref = T>
bool atomic_nonzero_pod_queue< T, SIZE, const_ref >::atomicPop ( const_ref  item)
inline

Tries to pop the front item.

Parameters
itemto be released.
Returns
true if succeeded.

Definition at line 102 of file atomic_queue.h.

Referenced by atomic_queue_reserved< uint64_t, QUEUE_SIZE >::atomicPop().

template<typename T, unsigned int SIZE, typename const_ref = T>
bool atomic_nonzero_pod_queue< T, SIZE, const_ref >::atomicPush ( t)
inline

Tries to push an item.

Parameters
itemto be added.
Returns
true if succeeded.

Definition at line 65 of file atomic_queue.h.


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

Generated for KAME4 by  doxygen 1.8.3