#include <types.hpp>
Public Member Functions | |
| buf_el () | |
Public Attributes | |
| int | to_send |
| int | pos |
| char * | buf |
| int | do_not_delete |
| int * | count |
| buf_el::buf_el | ( | ) | [inline] |
| int buf_el::to_send |
bytes to send
| int buf_el::pos |
actual position
| char* buf_el::buf |
delete only if *count == 0
| int* buf_el::count |
how many times this buffer is used in various places
1.5.6