CUBRID Engine
latest
|
#include <shard_proxy_queue.h>
Public Attributes | |
int | size |
int | count |
int | front |
int | rear |
void ** | ent |
Definition at line 55 of file shard_proxy_queue.h.
int t_shard_cqueue::count |
Definition at line 58 of file shard_proxy_queue.h.
Referenced by shard_cqueue_dequeue(), shard_cqueue_destroy(), shard_cqueue_enqueue(), shard_cqueue_initialize(), shard_cqueue_is_empty(), and shard_cqueue_is_full().
void** t_shard_cqueue::ent |
Definition at line 62 of file shard_proxy_queue.h.
Referenced by shard_cqueue_dequeue(), shard_cqueue_destroy(), shard_cqueue_enqueue(), and shard_cqueue_initialize().
int t_shard_cqueue::front |
Definition at line 59 of file shard_proxy_queue.h.
Referenced by shard_cqueue_destroy(), shard_cqueue_enqueue(), and shard_cqueue_initialize().
int t_shard_cqueue::rear |
Definition at line 60 of file shard_proxy_queue.h.
Referenced by shard_cqueue_dequeue(), shard_cqueue_destroy(), and shard_cqueue_initialize().
int t_shard_cqueue::size |
Definition at line 57 of file shard_proxy_queue.h.
Referenced by shard_cqueue_dequeue(), shard_cqueue_destroy(), shard_cqueue_enqueue(), shard_cqueue_initialize(), and shard_cqueue_is_full().