#include <cqueue.h>
List of all members.
Public Member Functions |
| | CQueue () |
| | ~CQueue () |
| bool | push (boost::uint8_t *data, int nbytes) |
| bool | push (std::vector< boost::uint8_t > *data) |
| std::vector< uint8_t > * | pop () |
| std::vector< uint8_t > * | peek () |
| size_t | size () |
| void | dump () |
Constructor & Destructor Documentation
| gnash::CQueue::CQueue |
( |
|
) |
|
| gnash::CQueue::~CQueue |
( |
|
) |
|
Member Function Documentation
| void gnash::CQueue::dump |
( |
|
) |
|
| vector< uint8_t > * gnash::CQueue::peek |
( |
|
) |
|
| vector< uint8_t > * gnash::CQueue::pop |
( |
|
) |
|
| bool gnash::CQueue::push |
( |
std::vector< boost::uint8_t > * |
data |
) |
|
| bool gnash::CQueue::push |
( |
boost::uint8_t * |
data, |
|
|
int |
nbytes | |
|
) |
| | |
| size_t gnash::CQueue::size |
( |
|
) |
[inline] |
The documentation for this class was generated from the following files: