|
| Pimpl (const String &pipePath, bool createPipe) |
|
| ~Pimpl () |
|
int | read (char *destBuffer, int maxBytesToRead, int timeOutMilliseconds) |
|
int | write (const char *sourceBuffer, int numBytesToWrite, int timeOutMilliseconds) |
|
bool | createFifos () const |
|
| Pimpl (const String &pipeName, const bool createPipe) |
|
| ~Pimpl () |
|
bool | connect (const int timeOutMs) |
|
void | disconnectPipe () |
|
void | closePipeHandle () |
|
int | read (void *destBuffer, const int maxBytesToRead, const int timeOutMilliseconds) |
|
int | write (const void *sourceBuffer, int numBytesToWrite, int timeOutMilliseconds) |
|
NamedPipe::Pimpl::Pimpl |
( |
const String & |
pipePath, |
|
|
bool |
createPipe |
|
) |
| |
|
inline |
NamedPipe::Pimpl::~Pimpl |
( |
| ) |
|
|
inline |
NamedPipe::Pimpl::~Pimpl |
( |
| ) |
|
|
inline |
void NamedPipe::Pimpl::closePipeHandle |
( |
| ) |
|
|
inline |
bool NamedPipe::Pimpl::connect |
( |
const int |
timeOutMs | ) |
|
|
inline |
bool NamedPipe::Pimpl::createFifos |
( |
| ) |
const |
|
inline |
void NamedPipe::Pimpl::disconnectPipe |
( |
| ) |
|
|
inline |
int NamedPipe::Pimpl::read |
( |
char * |
destBuffer, |
|
|
int |
maxBytesToRead, |
|
|
int |
timeOutMilliseconds |
|
) |
| |
|
inline |
int NamedPipe::Pimpl::read |
( |
void * |
destBuffer, |
|
|
const int |
maxBytesToRead, |
|
|
const int |
timeOutMilliseconds |
|
) |
| |
|
inline |
int NamedPipe::Pimpl::write |
( |
const char * |
sourceBuffer, |
|
|
int |
numBytesToWrite, |
|
|
int |
timeOutMilliseconds |
|
) |
| |
|
inline |
int NamedPipe::Pimpl::write |
( |
const void * |
sourceBuffer, |
|
|
int |
numBytesToWrite, |
|
|
int |
timeOutMilliseconds |
|
) |
| |
|
inline |
HANDLE NamedPipe::Pimpl::cancelEvent |
bool NamedPipe::Pimpl::connected |
const bool NamedPipe::Pimpl::createdPipe |
bool NamedPipe::Pimpl::ownsPipe |
HANDLE NamedPipe::Pimpl::pipeH |
int NamedPipe::Pimpl::pipeIn |
int NamedPipe::Pimpl::pipeOut |
bool NamedPipe::Pimpl::shouldStop |
bool NamedPipe::Pimpl::stopReadOperation |
The documentation for this class was generated from the following files: