OE_FIFO< _UserType > Class Template Reference

#include <common.h>

Inheritance diagram for OE_FIFO< _UserType >:

Inheritance graph
[legend]
List of all members.

Detailed Description

template<typename _UserType>
class OE_FIFO< _UserType >

This class is a pretty sucky FIFO (first-in, first-out) queue implementation for the messaging system.

Definition at line 274 of file common.h.

Public Member Functions

 OE_FIFO ()
 ~OE_FIFO ()
void add (const _UserType &dat)
const _UserType & get ()
void clear ()

Public Attributes

uint32 queue_size


The documentation for this class was generated from the following file:
Generated on Sat Sep 9 03:50:50 2006 for Openem APIs by  doxygen 1.4.7