Mixe for Privacy and Anonymity in the Internet
|
#include <CAQueue.hpp>
Public Attributes | |
UINT8 * | pBuff |
struct _t_queue * | next |
UINT32 | size |
UINT32 | index |
Definition at line 34 of file CAQueue.hpp.
UINT32 _t_queue::index |
Definition at line 39 of file CAQueue.hpp.
Referenced by CAQueue::add(), CAQueue::get(), CAQueue::peek(), and CAQueue::remove().
struct _t_queue* _t_queue::next |
Definition at line 37 of file CAQueue.hpp.
Referenced by CAQueue::add(), CAQueue::clean(), CAQueue::get(), CAQueue::peek(), and CAQueue::remove().
UINT8* _t_queue::pBuff |
Definition at line 36 of file CAQueue.hpp.
Referenced by CAQueue::add(), CAQueue::clean(), CAQueue::get(), CAQueue::peek(), and CAQueue::remove().
UINT32 _t_queue::size |
Definition at line 38 of file CAQueue.hpp.
Referenced by CAQueue::add(), CAQueue::get(), CAQueue::peek(), and CAQueue::remove().