JUCE
Main Page
Related Pages
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
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
()=0
InterprocessConnection
[pure virtual]
connectionMade
()=0
InterprocessConnection
[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 noexcept
InterprocessConnection
getSocket
() const noexcept
InterprocessConnection
getThreadId
() const noexcept
Thread
getThreadName
() const
Thread
InterprocessConnection
(bool callbacksOnMessageThread=true, uint32 magicMessageHeaderNumber=0xf2b49e2c)
InterprocessConnection
isConnected
() const
InterprocessConnection
isThreadRunning
() const
Thread
messageReceived
(const MemoryBlock &message)=0
InterprocessConnection
[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
typedef
Thread
threadShouldExit
() const
Thread
wait
(int timeOutMilliseconds) const
Thread
waitForThreadToExit
(int timeOutMilliseconds) const
Thread
yield
()
Thread
[static]
~InterprocessConnection
()
InterprocessConnection
~Thread
()
Thread
[virtual]
All content © Raw Material Software Ltd.