UOutbuf (.
More...
#include <usocket.hpp>
|
|
void | writeChar (char) |
| |
|
void | writeChar (unsigned char) |
| |
|
void | writeShort (short) |
| |
|
void | writeLong (long) |
| |
|
void | writeString (const UStr &) |
| |
|
void | writeString (const char *) |
| |
|
void | writeString (const char *s, unsigned int len) |
| |
|
void | writeEvent (unsigned char event_type, unsigned char event_flow, long x, long y, unsigned long detail) |
| |
|
const char * | data () const |
| |
| char * | data () |
| | returns the data in this IObuf (may be NOT null-terminated). More...
|
| |
|
unsigned int | size () const |
| |
|
unsigned int | consumed () const |
| |
|
bool | resize (unsigned short) |
| |
|
bool | augment (unsigned short) |
| |
|
| enum | { DEFAULT_BUFSIZE = 512,
AUGMENT_QUANTUM = 2048
} |
| |
|
char * | buffer |
| |
|
char | default_buffer [DEFAULT_BUFSIZE] |
| |
|
unsigned int | inpos |
| |
|
unsigned int | outpos |
| |
|
unsigned int | bufsize |
| |
UOutbuf (.
- See also
- USocket).
The documentation for this class was generated from the following files: