Public Member Functions | |
Link | append (Link after) |
Link | unlink () |
Link | create () |
void | destroy () |
Public Attributes | |
Link | prev |
Link | next |
ClusterContent | data |
Static Public Attributes | |
static Link | freeList |
|
Definition at line 503 of file ClusterCache.d. Referenced by ChannelQueue::put(). |
|
Definition at line 524 of file ClusterCache.d. Referenced by ChannelQueue::get(). |
|
Definition at line 542 of file ClusterCache.d. References freeList, and next. Referenced by ChannelQueue::put(). |
|
Definition at line 560 of file ClusterCache.d. References data, freeList, and next. Referenced by ChannelQueue::get(). |
|
Definition at line 493 of file ClusterCache.d. |
|
Definition at line 493 of file ClusterCache.d. Referenced by append(), create(), destroy(), ChannelQueue::get(), and unlink(). |
|
Definition at line 495 of file ClusterCache.d. Referenced by destroy(), ChannelQueue::get(), and ChannelQueue::put(). |
|
Definition at line 497 of file ClusterCache.d. |