PTLib
Version 2.18.8
|
Structure that defines a "slice" of memory to be written to. More...
#include <socket.h>
Public Member Functions | |
Slice () | |
Slice (void *v, size_t len) | |
void | SetBase (void *v) |
void * | GetBase () const |
void | SetLength (size_t v) |
size_t | GetLength () const |
Protected Attributes | |
void * | iov_base |
size_t | iov_len |
Structure that defines a "slice" of memory to be written to.
|
inline |
References SetBase(), and SetLength().
|
inline |
References SetBase(), and SetLength().
|
inline |
References iov_base.
|
inline |
References iov_len.
|
protected |
Referenced by GetLength(), and SetLength().