PTLib
Version 2.10.4
|
This is the complete list of members for PPipeChannel, including all inherited members.
AbortCommandString() | PChannel | |
AccessDenied enum value | PChannel | |
BadParameter enum value | PChannel | |
BufferTooSmall enum value | PChannel | |
CanReadAndWrite() | PPipeChannel | static |
channelName | PChannel | protected |
childPid | PPipeChannel | protected |
Class() | PObject | inlinestatic |
Clone() const | PObject | virtual |
Close() | PPipeChannel | virtual |
Compare(const PObject &obj) const | PPipeChannel | virtual |
CompareObjectMemoryDirect(const PObject &obj) const | PObject | virtual |
Comparison enum name | PObject | |
ConvertOSError(int libcReturnValue, Errors &lastError, int &osError) | PChannel | static |
ConvertOSError(int libcReturnValue, ErrorGroup group=LastGeneralError) | PChannel | protectedvirtual |
DeviceInUse enum value | PChannel | |
DiskFull enum value | PChannel | |
EqualTo enum value | PObject | |
ErrorGroup enum name | PChannel | |
Errors enum name | PChannel | |
Execute() | PPipeChannel | |
FileExists enum value | PChannel | |
FlowControl(const void *flowData) | PChannel | virtual |
fromChildPipe | PPipeChannel | protected |
GetBaseReadChannel() const | PChannel | virtual |
GetBaseWriteChannel() const | PChannel | virtual |
GetClass(unsigned ancestor=0) const | PObject | inlinevirtual |
GetErrorCode(ErrorGroup group=NumErrorGroups) const | PChannel | |
GetErrorNumber(ErrorGroup group=NumErrorGroups) const | PChannel | |
GetErrorText(ErrorGroup group=NumErrorGroups) const | PChannel | virtual |
GetErrorText(Errors lastError, int osError=0) | PChannel | static |
GetHandle() const | PChannel | |
GetLastReadCount() const | PChannel | virtual |
GetLastWriteCount() const | PChannel | virtual |
GetName() const | PPipeChannel | virtual |
GetReadTimeout() const | PChannel | |
GetReturnCode() const | PPipeChannel | |
GetSubProgram() const | PPipeChannel | |
GetWriteTimeout() const | PChannel | |
GreaterThan enum value | PObject | |
HashFunction() const | PChannel | virtual |
InternalCompareObjectMemoryDirect(const PObject *obj1, const PObject *obj2, PINDEX size) | PObject | static |
InternalIsDescendant(const char *clsName) const | PObject | inlinevirtual |
Interrupted enum value | PChannel | |
IsClass(const char *cls) const | PObject | inline |
IsOpen() const | PChannel | virtual |
IsRunning() const | PPipeChannel | |
Kill(int signal=9) | PPipeChannel | |
lastErrorCode | PChannel | protected |
lastErrorNumber | PChannel | protected |
LastGeneralError enum value | PChannel | |
lastReadCount | PChannel | protected |
LastReadError enum value | PChannel | |
lastWriteCount | PChannel | protected |
LastWriteError enum value | PChannel | |
LessThan enum value | PObject | |
Miscellaneous enum value | PChannel | |
NoError enum value | PChannel | |
NoMemory enum value | PChannel | |
NotFound enum value | PChannel | |
NotOpen enum value | PChannel | |
NumErrorGroups enum value | PChannel | |
NumNormalisedErrors enum value | PChannel | |
OnReadComplete(void *buf, PINDEX len) | PChannel | virtual |
OnWriteComplete(const void *buf, PINDEX len) | PChannel | virtual |
Open(const PString &subProgram, OpenMode mode=ReadWrite, PBoolean searchPath=true, PBoolean stderrSeparate=false) | PPipeChannel | |
Open(const PString &subProgram, const PStringArray &argumentList, OpenMode mode=ReadWrite, PBoolean searchPath=true, PBoolean stderrSeparate=false) | PPipeChannel | |
Open(const PString &subProgram, const PStringToString &environment, OpenMode mode=ReadWrite, PBoolean searchPath=true, PBoolean stderrSeparate=false) | PPipeChannel | |
Open(const PString &subProgram, const PStringArray &argumentList, const PStringToString &environment, OpenMode mode=ReadWrite, PBoolean searchPath=true, PBoolean stderrSeparate=false) | PPipeChannel | |
OpenMode enum name | PPipeChannel | |
operator!=(const PObject &obj) const | PObject | inline |
operator<(const PObject &obj) const | PObject | inline |
operator<=(const PObject &obj) const | PObject | inline |
operator=(const PChannel &) | PChannel | protected |
operator==(const PObject &obj) const | PObject | inline |
operator>(const PObject &obj) const | PObject | inline |
operator>=(const PObject &obj) const | PObject | inline |
os_handle | PChannel | protected |
PChannel() | PChannel | |
PChannel(const PChannel &) | PChannel | protected |
PObject() | PObject | inlineprotected |
PPipeChannel() | PPipeChannel | |
PPipeChannel(const PString &subProgram, OpenMode mode=ReadWrite, PBoolean searchPath=true, PBoolean stderrSeparate=false) | PPipeChannel | |
PPipeChannel(const PString &subProgram, const PStringArray &argumentList, OpenMode mode=ReadWrite, PBoolean searchPath=true, PBoolean stderrSeparate=false) | PPipeChannel | |
PPipeChannel(const PString &subProgram, const PStringToString &environment, OpenMode mode=ReadWrite, PBoolean searchPath=true, PBoolean stderrSeparate=false) | PPipeChannel | |
PPipeChannel(const PString &subProgram, const PStringArray &argumentList, const PStringToString &environment, OpenMode mode=ReadWrite, PBoolean searchPath=true, PBoolean stderrSeparate=false) | PPipeChannel | |
PrintOn(ostream &strm) const | PObject | virtual |
ProtocolFailure enum value | PChannel | |
px_lastBlockType | PChannel | protected |
px_readThread | PChannel | protected |
px_selectMutex | PChannel | protected |
px_selectThread | PChannel | protected |
px_threadMutex | PChannel | protected |
px_writeMutex | PChannel | protected |
px_writeThread | PChannel | protected |
PXAcceptBlock enum value | PChannel | |
PXBlockType enum name | PChannel | |
PXClose() | PChannel | protected |
PXConnectBlock enum value | PChannel | |
PXReadBlock enum value | PChannel | |
PXSetIOBlock(PXBlockType type, const PTimeInterval &timeout) | PChannel | protected |
PXWriteBlock enum value | PChannel | |
Read(void *buf, PINDEX len) | PPipeChannel | virtual |
PChannel::Read(const VectorOfSlice &slices) | PChannel | virtual |
ReadAsync(void *buf, PINDEX len) | PChannel | virtual |
ReadBlock(void *buf, PINDEX len) | PChannel | |
ReadChar() | PChannel | virtual |
ReadCharWithTimeout(PTimeInterval &timeout) | PChannel | protected |
ReadFrom(istream &strm) | PObject | virtual |
ReadOnly enum value | PPipeChannel | |
ReadStandardError(PString &errors, PBoolean wait=false) | PPipeChannel | |
ReadString(PINDEX len) | PChannel | |
readTimeout | PChannel | protected |
ReadWrite enum value | PPipeChannel | |
ReadWriteStd enum value | PPipeChannel | |
ReceiveCommandString(int nextChar, const PString &reply, PINDEX &pos, PINDEX start) | PChannel | protected |
retVal | PPipeChannel | protected |
SendCommandString(const PString &command) | PChannel | |
SetBufferSize(PINDEX newSize) | PChannel | |
SetErrorValues(Errors errorCode, int osError, ErrorGroup group=LastGeneralError) | PChannel | |
SetLocalEcho(bool localEcho) | PChannel | virtual |
SetReadTimeout(const PTimeInterval &time) | PChannel | |
SetWriteTimeout(const PTimeInterval &time) | PChannel | |
Shutdown(ShutdownValue option) | PChannel | virtual |
ShutdownRead enum value | PChannel | |
ShutdownReadAndWrite enum value | PChannel | |
ShutdownValue enum name | PChannel | |
ShutdownWrite enum value | PChannel | |
stderrChildPipe | PPipeChannel | protected |
subProgName | PPipeChannel | protected |
Timeout enum value | PChannel | |
toChildPipe | PPipeChannel | protected |
VectorOfSlice typedef | PChannel | |
WaitForTermination() | PPipeChannel | |
WaitForTermination(const PTimeInterval &timeout) | PPipeChannel | |
Write(const void *buf, PINDEX len) | PPipeChannel | virtual |
PChannel::Write(const void *buf, PINDEX len, const void *mark) | PChannel | virtual |
PChannel::Write(const VectorOfSlice &slices) | PChannel | virtual |
WriteAsync(const void *buf, PINDEX len) | PChannel | virtual |
WriteChar(int c) | PChannel | |
WriteOnly enum value | PPipeChannel | |
WriteString(const PString &str) | PChannel | |
writeTimeout | PChannel | protected |
~PChannel() | PChannel | |
~PObject() | PObject | inlinevirtual |
~PPipeChannel() | PPipeChannel |