JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
juce::InterProcessLock::Pimpl Class Reference

Public Member Functions

 Pimpl (const String &lockName, int timeOutMillisecs)
 
bool createLockFile (const File &file, int timeOutMillisecs)
 
void closeFile ()
 

Public Attributes

int handle
 
int refCount
 

Detailed Description

Definition at line 728 of file juce_SharedCode_posix.h.

Constructor & Destructor Documentation

◆ Pimpl()

juce::InterProcessLock::Pimpl::Pimpl ( const String lockName,
int  timeOutMillisecs 
)

Definition at line 731 of file juce_SharedCode_posix.h.

◆ ~Pimpl()

juce::InterProcessLock::Pimpl::~Pimpl ( )

Definition at line 748 of file juce_SharedCode_posix.h.

Member Function Documentation

◆ closeFile()

void juce::InterProcessLock::Pimpl::closeFile ( )

Definition at line 795 of file juce_SharedCode_posix.h.

◆ createLockFile()

bool juce::InterProcessLock::Pimpl::createLockFile ( const File file,
int  timeOutMillisecs 
)

Definition at line 753 of file juce_SharedCode_posix.h.

Member Data Documentation

◆ handle

int juce::InterProcessLock::Pimpl::handle

Definition at line 813 of file juce_SharedCode_posix.h.

◆ refCount

int juce::InterProcessLock::Pimpl::refCount

Definition at line 813 of file juce_SharedCode_posix.h.


The documentation for this class was generated from the following file: