PTLib
Version 2.18.8
|
This is the complete list of members for PMemoryFile, including all inherited members.
AbortCommandString() | PChannel | |
Access(const PFilePath &name, OpenMode mode) | PFile | static |
Access(OpenMode mode) | PFile | |
AccessDenied enum value | PChannel | |
AsyncNotifier typedef | PChannel | |
BadParameter enum value | PChannel | |
BufferTooSmall enum value | PChannel | |
CheckNotOpen() | PChannel | protected |
Class() | PObject | inlinestatic |
Clone() const | PObject | virtual |
CloneAs() const | PObject | inline |
Close() | PMemoryFile | virtual |
CloseBaseReadChannel() | PChannel | virtual |
CloseBaseWriteChannel() | PChannel | virtual |
Compare(const PObject &obj) const | PMemoryFile | virtual |
Compare2(T v1, T v2) | PObject | inlinestatic |
CompareObjectMemoryDirect(const PObject &obj) const | PObject | virtual |
Comparison enum name | PObject | |
ConvertOSError(P_INT_PTR libcReturnValue, ErrorGroup group=LastGeneralError) | PChannel | protectedvirtual |
Copy(const PFilePath &oldname, const PFilePath &newname, bool force=false, bool recurse=false) | PFile | static |
Copy(const PFilePath &newname, bool force=false, bool recurse=false) | PFile | |
CopyTraceContextIdentifier(PObject &obj) const | PObject | inline |
CopyTraceContextIdentifier(PObject *obj) const | PObject | inline |
CopyTraceContextIdentifier(PObject &to, const PObject &from) | PObject | inlinestatic |
CopyTraceContextIdentifier(PObject &to, const PObject *from) | PObject | inlinestatic |
CopyTraceContextIdentifier(PObject *to, const PObject &from) | PObject | inlinestatic |
CopyTraceContextIdentifier(PObject *to, const PObject *from) | PObject | inlinestatic |
Current enum value | PFile | |
DeviceInUse enum value | PChannel | |
DiskFull enum value | PChannel | |
End enum value | PFile | |
EqualTo enum value | PObject | |
ErrorGroup enum name | PChannel | |
Errors enum name | PChannel | |
Exists(const PFilePath &name) | PFile | static |
Exists() const | PFile | |
FDOpen(const char *mode) | PChannel | |
FileExists enum value | PChannel | |
FilePositionOrigin enum name | PFile | |
FlowControl(const void *flowData) | PChannel | virtual |
GetBaseReadChannel() const | PChannel | virtual |
GetBaseWriteChannel() const | PChannel | virtual |
GetClass() const | PObject | inline |
GetData() const | PMemoryFile | inline |
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 |
GetFilePath() const | PFile | |
GetHandle() const | PChannel | virtual |
GetInfo(const PFilePath &name, PFileInfo &info) | PFile | static |
GetInfo(PFileInfo &info) | PFile | |
GetLastReadCount() const | PChannel | virtual |
GetLastWriteCount() const | PChannel | virtual |
GetLength() const | PMemoryFile | virtual |
GetName() const | PFile | virtual |
GetOSHandleAsInt() const | PChannel | inlineprotected |
GetPosition() const | PMemoryFile | virtual |
GetReadTimeout() const | PChannel | |
GetTraceContextIdentifier() const | PObject | inline |
GetWriteTimeout() const | PChannel | |
GreaterThan enum value | PObject | |
HashFunction() const | PChannel | virtual |
InternalCompareObjectMemoryDirect(const PObject *obj1, const PObject *obj2, PINDEX size) | PObject | static |
InternalOpen(OpenMode mode, OpenOptions opts, PFileInfo::Permissions permissions) | PMemoryFile | protectedvirtual |
Interrupted enum value | PChannel | |
IsClass(const char *name) const | PObject | inline |
IsEndOfFile() const | PFile | |
IsOpen() const | PChannel | virtual |
LastGeneralError enum value | PChannel | |
LastReadError enum value | PChannel | |
LastWriteError enum value | PChannel | |
LessThan enum value | PObject | |
m_data | PMemoryFile | protected |
m_path | PFile | protected |
m_position | PMemoryFile | protected |
m_removeOnClose | PFile | protected |
m_status | PChannel | protected |
m_traceContextIdentifier | PObject | protected |
Miscellaneous enum value | PChannel | |
Move(const PFilePath &oldname, const PFilePath &newname, bool force=false, bool recurse=false) | PFile | static |
Move(const PFilePath &newname, bool force=false, bool recurse=false) | PFile | |
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(AsyncContext &context) | PChannel | virtual |
OnWriteComplete(AsyncContext &context) | PChannel | virtual |
Open(OpenMode mode=ReadWrite, OpenOptions opts=ModeDefault) | PFile | |
Open(OpenMode mode, OpenOptions opts, PFileInfo::Permissions permissions) | PFile | |
Open(const PFilePath &name, OpenMode mode=ReadWrite, OpenOptions opts=ModeDefault) | PFile | |
Open(const PFilePath &name, OpenMode mode, OpenOptions opts, PFileInfo::Permissions permissions) | PFile | |
OpenMode enum name | PFile | |
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_errno() const | PChannel | protectedvirtual |
os_handle | PChannel | protected |
P_DECLARE_BITWISE_ENUM_EX(OpenOptions, 7,(NoOptions, MustExist, Create, Truncate, Exclusive, Temporary, DenySharedRead, DenySharedWrite), ModeDefault=-1) | PFile | |
PChannel() | PChannel | protected |
PChannel(const PChannel &) | PChannel | protected |
PDECLARE_MUTEX(px_threadMutex) | PChannel | protected |
PDECLARE_MUTEX(px_writeMutex) | PChannel | protected |
PFile() | PFile | |
PFile(OpenMode mode, OpenOptions opts=ModeDefault) | PFile | |
PFile(const PFilePath &name, OpenMode mode=ReadWrite, OpenOptions opts=ModeDefault) | PFile | |
PMemoryFile() | PMemoryFile | |
PMemoryFile(const PBYTEArray &data) | PMemoryFile | |
PObject() | PObject | inlineprotected |
PrintOn(ostream &strm) const | PObject | virtual |
ProtocolFailure enum value | PChannel | |
PTraceObjectInstance() const | PObject | inline |
PTraceObjectInstance(const char *) | PObject | inlinestatic |
PTraceObjectInstance(const PObject *obj) | PObject | inlinestatic |
px_lastBlockType | PChannel | protected |
px_readThread | PChannel | protected |
px_selectMutex | PChannel | protected |
px_selectThread | 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) | PMemoryFile | virtual |
ReadAsync(AsyncContext &context) | PChannel | virtual |
ReadBlock(void *buf, PINDEX len) | PChannel | |
ReadChar() | PChannel | virtual |
ReadCharWithTimeout(PTimeInterval &timeout) | PChannel | protected |
ReadFrom(istream &strm) | PObject | virtual |
ReadOnly enum value | PFile | |
ReadString(PINDEX len) | PChannel | |
readTimeout | PChannel | protected |
ReadWrite enum value | PFile | |
ReceiveCommandString(int nextChar, const PString &reply, PINDEX &pos, PINDEX start) | PChannel | protected |
Remove(const PFilePath &name, bool force=false) | PFile | static |
Remove(const PString &name, bool force=false) | PFile | static |
Remove(bool force=false) | PFile | |
Rename(const PFilePath &oldname, const PString &newname, bool force=false) | PFile | static |
Rename(const PString &newname, bool force=false) | PFile | |
SendCommandString(const PString &command) | PChannel | |
SetBufferSize(PINDEX newSize) | PChannel | |
SetErrorValues(Errors errorCode, int osError, ErrorGroup group=LastGeneralError) | PChannel | |
SetFilePath(const PString &path) | PFile | |
SetLastReadCount(PINDEX count) | PChannel | virtual |
SetLastWriteCount(PINDEX count) | PChannel | virtual |
SetLength(off_t len) | PMemoryFile | virtual |
SetLocalEcho(bool localEcho) | PChannel | virtual |
SetPermissions(const PFilePath &name, PFileInfo::Permissions permissions) | PFile | static |
SetPermissions(PFileInfo::Permissions permissions) | PFile | |
SetPosition(off_t pos, FilePositionOrigin origin=Start) | PMemoryFile | virtual |
SetReadTimeout(const PTimeInterval &time) | PChannel | |
SetTraceContextIdentifier(unsigned id) | PObject | inline |
SetTraceContextIdentifier(const PObject &obj) | PObject | inline |
SetTraceContextIdentifier(const PObject *obj) | PObject | inline |
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 | |
Start enum value | PFile | |
Timeout enum value | PChannel | |
Touch(const PFilePath &name, const PTime &accessTime=0) | PFile | static |
Touch(const PFilePath &name, const PTime &accessTime, const PTime &modTime) | PFile | static |
Touch(const PTime &accessTime=0) | PFile | |
Touch(const PTime &accessTime, const PTime &modTime) | PFile | |
Unavailable enum value | PChannel | |
Write(const void *buf, PINDEX len) | PMemoryFile | virtual |
PChannel::Write(const void *buf, PINDEX len, const void *) | PChannel | inlinevirtual |
WriteAsync(AsyncContext &context) | PChannel | virtual |
WriteChar(int c) | PChannel | |
WriteOnly enum value | PFile | |
WriteString(const PString &str) | PChannel | |
writeTimeout | PChannel | protected |
~PChannel() | PChannel | |
~PFile() | PFile | |
~PMemoryFile() | PMemoryFile | |
~PObject() | PObject | inlinevirtual |