#include "ace/pre.h"
#include "ace/Node.h"
#include "ace/OS_Memory.h"
#include "ace/post.h"
Include dependency graph for Unbounded_Queue.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | ACE_Unbounded_Queue |
A Queue of "infinite" length. More... | |
class | ACE_Unbounded_Queue_Const_Iterator |
Implement an iterator over an const unbounded queue. More... | |
class | ACE_Unbounded_Queue_Iterator |
Implement an iterator over an unbounded queue. More... |
Unbounded_Queue.h,v 4.4 2001/12/03 06:54:24 jwillemsen Exp