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

Public Member Functions | |
| CBuf (AppData *c, int nbytes) | |
| ~CBuf () | |
| AppData * | data () |
| int | size () |
| int | bytes () |
Protected Attributes | |
| AppData * | data_ |
| int | size_ |
| int | nbytes_ |
| CBuf * | next_ |
Friends | |
| class | CBufList |
|
||||||||||||
|
Definition at line 32 of file tcpapp.cc. References data_, nbytes_, next_, AppData::size(), and size_.
|
Here is the call graph for this function:

|
|
Definition at line 34 of file tcpapp.h. References data_.
|
|
|
Definition at line 40 of file tcpapp.h. References nbytes_. Referenced by TcpApp::recv().
00040 { return nbytes_; }
|
|
|
Definition at line 38 of file tcpapp.h. References data_. Referenced by TcpApp::recv().
00038 { return data_; }
|
|
|
Definition at line 39 of file tcpapp.h. References size_. Referenced by TcpApp::recv().
00039 { return size_; }
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 52 of file tcpapp.h. Referenced by CBuf(), CBufList::detach(), CBufList::insert(), and CBufList::~CBufList(). |
|
|
|
1.3.3