Scarab  v2.4.4
Project 8 C++ Utility Library
Public Member Functions | Public Attributes | List of all members
concurrent_queue< XDataType >::queue_not_empty Struct Reference

#include <concurrent_queue.hh>

Public Member Functions

 queue_not_empty (queue &a_queue)
 
bool operator() () const
 

Public Attributes

queuef_queue
 

Detailed Description

template<class XDataType>
struct scarab::concurrent_queue< XDataType >::queue_not_empty

Definition at line 35 of file concurrent_queue.hh.

Constructor & Destructor Documentation

◆ queue_not_empty()

queue_not_empty ( queue a_queue)
inline

Definition at line 38 of file concurrent_queue.hh.

Member Function Documentation

◆ operator()()

bool operator() ( ) const
inline

Definition at line 41 of file concurrent_queue.hh.

Member Data Documentation

◆ f_queue

queue& f_queue

Definition at line 37 of file concurrent_queue.hh.


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