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