Grappa  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 57 of file GlobalVector.hpp.

Constructor & Destructor Documentation

Grappa::SuspendedDelegateQueue::SuspendedDelegateQueue ( )
inline

Definition at line 64 of file GlobalVector.hpp.

Member Function Documentation

void Grappa::SuspendedDelegateQueue::clear ( )
inline

Definition at line 66 of file GlobalVector.hpp.

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

Definition at line 85 of file GlobalVector.hpp.

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

Definition at line 78 of file GlobalVector.hpp.

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

Definition at line 68 of file GlobalVector.hpp.

Member Data Documentation

bool Grappa::SuspendedDelegateQueue::blocked

Definition at line 62 of file GlobalVector.hpp.

SuspendedDelegate* Grappa::SuspendedDelegateQueue::head
protected

Definition at line 59 of file GlobalVector.hpp.

SuspendedDelegate* Grappa::SuspendedDelegateQueue::tail
protected

Definition at line 60 of file GlobalVector.hpp.


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