Home | Trees | Indices | Help |
---|
|
object --+ | fifo
First-in First-Out container.
This uses a linked list.
|
|||
|
|||
|
|||
a new object with type S, a subtype of T |
|
||
|
|||
|
|||
|
|||
Inherited from |
|
|||
cv : A condition variable. |
|||
fifo : The fifo object. |
|
|||
Inherited from |
|
|
|
Pop an object from the head of the FIFO. This blocks if the FIFO is empty.
|
Pop all objects from the FIFO. This will block if the fifo is empty and wait until there is an element to pop.
|
|
|
cv: A condition variable. (C only.) |
fifo: The fifo object. (C only.) |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Feb 16 18:06:44 2012 | http://epydoc.sourceforge.net |