close()=0 | RIPCSession | [pure virtual] |
createBarrier(char const *name, int nSessions)=0 | RIPCSession | [pure virtual] |
createEvent(char const *name, bool signaled, bool manualReset)=0 | RIPCSession | [pure virtual] |
createLock(char const *name)=0 | RIPCSession | [pure virtual] |
createMutex(char const *name, bool locked)=0 | RIPCSession | [pure virtual] |
createQueue(char const *name)=0 | RIPCSession | [pure virtual] |
createSemaphore(char const *name, int initCount)=0 | RIPCSession | [pure virtual] |
createSharedMemory(char const *name, RIPCObject const &objDesc)=0 | RIPCSession | [pure virtual] |
createSharedMemory(char const *name, void const *obj, size_t objSize)=0 | RIPCSession | [pure virtual] |
getErrorText(char *buf, size_t bufSize)=0 | RIPCSession | [pure virtual] |
isLocal()=0 | RIPCSession | [pure virtual] |
isOk()=0 | RIPCSession | [pure virtual] |
openBarrier(char const *name)=0 | RIPCSession | [pure virtual] |
openEvent(char const *name)=0 | RIPCSession | [pure virtual] |
openLock(char const *name)=0 | RIPCSession | [pure virtual] |
openMutex(char const *name)=0 | RIPCSession | [pure virtual] |
openQueue(char const *name)=0 | RIPCSession | [pure virtual] |
openSemaphore(char const *name)=0 | RIPCSession | [pure virtual] |
openSharedMemory(char const *name)=0 | RIPCSession | [pure virtual] |
showServerInfo(char *buf, size_t bufSize)=0 | RIPCSession | [pure virtual] |
shutdownServer()=0 | RIPCSession | [pure virtual] |
~RIPCSession() (defined in RIPCSession) | RIPCSession | [inline, virtual] |