ubit
Public Member Functions | List of all members
ubit::UInbuf Class Reference

UInbuf (. More...

#include <usocket.hpp>

Inheritance diagram for ubit::UInbuf:
ubit::UIObuf

Public Member Functions

void readChar (char &)
 
void readChar (unsigned char &)
 
void readShort (short &)
 
void readLong (long &)
 
void readString (UStr &)
 
void readEvent (unsigned char &event_type, unsigned char &event_flow, long &x, long &y, unsigned long &detail)
 
- Public Member Functions inherited from ubit::UIObuf
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)
 

Additional Inherited Members

- Protected Types inherited from ubit::UIObuf
enum  { DEFAULT_BUFSIZE = 512, AUGMENT_QUANTUM = 2048 }
 
- Protected Attributes inherited from ubit::UIObuf
char * buffer
 
char default_buffer [DEFAULT_BUFSIZE]
 
unsigned int inpos
 
unsigned int outpos
 
unsigned int bufsize
 

Detailed Description

UInbuf (.

See also
USocket).

The documentation for this class was generated from the following files: