
#include <sdag.h>

Public Member Functions | |
| TListCMsgBuffer (void) | |
| void | pup (PUP::er &p) |
| int | empty (void) |
| CMsgBuffer * | begin (void) |
| int | end (void) |
| CMsgBuffer * | next (void) |
| CMsgBuffer * | front (void) |
| void | remove (CMsgBuffer *data) |
| void | append (CMsgBuffer *data) |
Private Attributes | |
| CMsgBuffer * | first |
| CMsgBuffer * | last |
| CMsgBuffer * | current |
Definition at line 161 of file sdag.h.
| void TListCMsgBuffer::pup | ( | PUP::er & | p | ) | [inline] |
Definition at line 172 of file sdag.h.
References current, first, PUP::er::isUnpacking(), last, CMsgBuffer::next, and CMsgBuffer::pup().
| int TListCMsgBuffer::empty | ( | void | ) | [inline] |
| CMsgBuffer* TListCMsgBuffer::begin | ( | void | ) | [inline] |
Definition at line 201 of file sdag.h.
References current, and first.
Referenced by CDep::getMessage().
| int TListCMsgBuffer::end | ( | void | ) | [inline] |
| CMsgBuffer* TListCMsgBuffer::next | ( | void | ) | [inline] |
Definition at line 209 of file sdag.h.
References current, and CMsgBuffer::next.
Referenced by CDep::getMessage().
| CMsgBuffer* TListCMsgBuffer::front | ( | void | ) | [inline] |
| void TListCMsgBuffer::remove | ( | CMsgBuffer * | data | ) | [inline] |
Definition at line 218 of file sdag.h.
References data, first, last, and CMsgBuffer::next.
Referenced by CDep::removeMessage().
| void TListCMsgBuffer::append | ( | CMsgBuffer * | data | ) | [inline] |
Definition at line 243 of file sdag.h.
References first, last, and CMsgBuffer::next.
Referenced by CDep::bufferMessage().
CMsgBuffer* TListCMsgBuffer::first [private] |
CMsgBuffer * TListCMsgBuffer::last [private] |
CMsgBuffer* TListCMsgBuffer::current [private] |
1.5.5