#include <qpipe_p.h>
Lista de todos los miembros.
Tipos públicos |
enum | Type { toClient,
fromClient,
toClient,
fromClient
} |
enum | StdType {
none,
Stdin,
Stdout,
Stderr,
none,
Stdin,
Stdout,
Stderr
} |
enum | Type { toClient,
fromClient,
toClient,
fromClient
} |
enum | StdType {
none,
Stdin,
Stdout,
Stderr,
none,
Stdin,
Stdout,
Stderr
} |
Métodos públicos |
| QPipe (Type _type, StdType stdtype=none) |
| ~QPipe () |
const char * | getError () |
int | write (char *buf, int size) |
int | read (char *buf, int size) |
int | isReadable () |
HANDLE | getClientHandle () |
void | restore () |
| QPipe (Type _type, StdType stdtype=none) |
| ~QPipe () |
const char * | getError () |
int | write (char *buf, int size) |
int | read (char *buf, int size) |
int | isReadable () |
HANDLE | getClientHandle () |
void | restore () |
Documentación de las enumeraciones miembro de la clase
- Valores de enumeraciones:
none |
|
Stdin |
|
Stdout |
|
Stderr |
|
none |
|
Stdin |
|
Stdout |
|
Stderr |
|
- Valores de enumeraciones:
none |
|
Stdin |
|
Stdout |
|
Stderr |
|
none |
|
Stdin |
|
Stdout |
|
Stderr |
|
- Valores de enumeraciones:
toClient |
|
fromClient |
|
toClient |
|
fromClient |
|
- Valores de enumeraciones:
toClient |
|
fromClient |
|
toClient |
|
fromClient |
|
Documentación del constructor y destructor
Documentación de las funciones miembro
HANDLE QPipe::getClientHandle |
( |
| ) |
|
HANDLE QPipe::getClientHandle |
( |
| ) |
|
const char* QPipe::getError |
( |
| ) |
[inline] |
const char* QPipe::getError |
( |
| ) |
[inline] |
int QPipe::isReadable |
( |
| ) |
|
int QPipe::isReadable |
( |
| ) |
|
int QPipe::read |
( |
char * |
buf, |
|
|
int |
size |
|
) |
| |
int QPipe::read |
( |
char * |
buf, |
|
|
int |
size |
|
) |
| |
int QPipe::write |
( |
char * |
buf, |
|
|
int |
size |
|
) |
| |
int QPipe::write |
( |
char * |
buf, |
|
|
int |
size |
|
) |
| |
La documentación para esta clase fue generada a partir de los siguientes ficheros: