#include <tcpapp.h>
Collaboration diagram for CBufList:

Public Member Functions | |
| CBufList () | |
| ~CBufList () | |
| void | insert (CBuf *cbuf) |
| CBuf * | detach () |
Protected Attributes | |
| CBuf * | head_ |
| CBuf * | tail_ |
|
|
Definition at line 66 of file tcpapp.h.
|
|
|
Definition at line 43 of file tcpapp.cc. References head_, CBuf::next_, and tail_.
|
|
|
Definition at line 65 of file tcpapp.cc. References head_, CBuf::next_, and tail_. Referenced by TcpApp::rcvr_retrieve_data().
|
|
|
Definition at line 52 of file tcpapp.cc. References head_, CBuf::next_, and tail_. Referenced by TcpApp::send().
|
|
|
Definition at line 74 of file tcpapp.h. Referenced by CBufList(), detach(), insert(), and ~CBufList(). |
|
|
Definition at line 75 of file tcpapp.h. Referenced by CBufList(), detach(), insert(), and ~CBufList(). |
1.3.3