Grappa  r3821, hash 22cd626d567a91ead5b23302066d1e9469f45c66
Grappa::SuspendedDelegateQueue Class Reference

#include <GlobalVector.hpp>

Public Member Functions

 SuspendedDelegateQueue ()
 
void clear ()
 
void push (SuspendedDelegate *c)
 
SuspendedDelegatepop ()
 
bool empty () const
 

Public Attributes

bool blocked
 

Protected Attributes

SuspendedDelegatehead
 
SuspendedDelegatetail
 

Detailed Description

Definition at line 68 of file GlobalVector.hpp.

Constructor & Destructor Documentation

Grappa::SuspendedDelegateQueue::SuspendedDelegateQueue ( )
inline

Definition at line 75 of file GlobalVector.hpp.

Member Function Documentation

void Grappa::SuspendedDelegateQueue::clear ( )
inline

Definition at line 77 of file GlobalVector.hpp.

bool Grappa::SuspendedDelegateQueue::empty ( ) const
inline

Definition at line 96 of file GlobalVector.hpp.

SuspendedDelegate* Grappa::SuspendedDelegateQueue::pop ( )
inline

Definition at line 89 of file GlobalVector.hpp.

void Grappa::SuspendedDelegateQueue::push ( SuspendedDelegate c)
inline

Definition at line 79 of file GlobalVector.hpp.

Member Data Documentation

bool Grappa::SuspendedDelegateQueue::blocked

Definition at line 73 of file GlobalVector.hpp.

SuspendedDelegate* Grappa::SuspendedDelegateQueue::head
protected

Definition at line 70 of file GlobalVector.hpp.

SuspendedDelegate* Grappa::SuspendedDelegateQueue::tail
protected

Definition at line 71 of file GlobalVector.hpp.


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