#include <sipc.h>
Public Member Functions | |
char * | shove (char *textIn, size_t textLen, int *rlen) |
Fill the buffer from input data and return the leftovers. | |
int | pop (char cmd[IPCBUFSIZE]) |
Get buffered text and place it in cmd. | |
bool | IsEmpty () |
Is the buffer empty or no? | |
void | empty () |
Empty the buffer. | |
Protected Member Functions | |
char * | qPush (char *text, char *sep, int *rlen) |
Private Attributes | |
IpcQel * | firstEls |
IpcQel * | lastEls |
These objects are used to hold line buffers read from an IPC channel.
Definition at line 87 of file sipc.h.
|
Empty the buffer.
Definition at line 208 of file sipc.h. References pop(). Referenced by IpcType::freeCon(). |
|
Is the buffer empty or no?
|
|
Get buffered text and place it in cmd.
Definition at line 161 of file sipc.h. Referenced by empty(), and IpcType::pollAndHandle(). |
|
Fill the buffer from input data and return the leftovers.
Definition at line 138 of file sipc.h. Referenced by IpcType::ReadPackets(). |