juce::NamedPipe::Pimpl::Pimpl |
( |
const String & |
pipePath, |
|
|
bool |
createPipe |
|
) |
| |
|
inline |
juce::NamedPipe::Pimpl::~Pimpl |
( |
| ) |
|
|
inline |
bool juce::NamedPipe::Pimpl::createFifos |
( |
| ) |
const |
|
inline |
int juce::NamedPipe::Pimpl::read |
( |
char * |
destBuffer, |
|
|
int |
maxBytesToRead, |
|
|
int |
timeOutMilliseconds |
|
) |
| |
|
inline |
int juce::NamedPipe::Pimpl::write |
( |
const char * |
sourceBuffer, |
|
|
int |
numBytesToWrite, |
|
|
int |
timeOutMilliseconds |
|
) |
| |
|
inline |
const bool juce::NamedPipe::Pimpl::createdPipe |
int juce::NamedPipe::Pimpl::pipeIn |
int juce::NamedPipe::Pimpl::pipeOut |
bool juce::NamedPipe::Pimpl::stopReadOperation |
The documentation for this class was generated from the following file: