JUCE
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
InterprocessConnection Member List
This is the complete list of members for InterprocessConnection, including all inherited members.
connectionLost()=0InterprocessConnection [pure virtual]
connectionMade()=0InterprocessConnection [pure virtual]
connectToPipe(const String &pipeName, int pipeReceiveMessageTimeoutMs=-1)InterprocessConnection
connectToSocket(const String &hostName, int portNumber, int timeOutMillisecs)InterprocessConnection
createPipe(const String &pipeName, int pipeReceiveMessageTimeoutMs=-1)InterprocessConnection
disconnect()InterprocessConnection
getConnectedHostName() const InterprocessConnection
getCurrentThread()Thread [static]
getCurrentThreadId()Thread [static]
getPipe() const noexceptInterprocessConnection
getSocket() const noexceptInterprocessConnection
getThreadId() const noexceptThread
getThreadName() const Thread
InterprocessConnection(bool callbacksOnMessageThread=true, uint32 magicMessageHeaderNumber=0xf2b49e2c)InterprocessConnection
isConnected() const InterprocessConnection
isThreadRunning() const Thread
messageReceived(const MemoryBlock &message)=0InterprocessConnection [pure virtual]
notify() const Thread
sendMessage(const MemoryBlock &message)InterprocessConnection
setAffinityMask(uint32 affinityMask)Thread
setCurrentThreadAffinityMask(uint32 affinityMask)Thread [static]
setCurrentThreadName(const String &newThreadName)Thread [static]
setCurrentThreadPriority(int priority)Thread [static]
setPriority(int priority)Thread
signalThreadShouldExit()Thread
sleep(int milliseconds)Thread [static]
startThread()Thread
startThread(int priority)Thread
stopThread(int timeOutMilliseconds)Thread
Thread(const String &threadName)Thread [explicit]
ThreadID typedefThread
threadShouldExit() const Thread
wait(int timeOutMilliseconds) const Thread
waitForThreadToExit(int timeOutMilliseconds) const Thread
yield()Thread [static]
~InterprocessConnection()InterprocessConnection
~Thread()Thread [virtual]