Main Page   Class Hierarchy   Data Structures   File List   Data Fields  

Queue Class Reference

#include <Queue.h>


Public Member Functions

void push (RefCountBuffer msg)
void pop ()
RefCountBuffer front ()
bool empty ()

Private Attributes

std::queue< RefCountBuffer > _queue
HANDLE _queue_mutex


Detailed Description

This class implements a thread-safe queue for the recieve thread and main window interaction.


The documentation for this class was generated from the following file:
Generated on Sun Mar 2 01:48:12 2003 for Agent by doxygen1.3-rc3