#include <CoreLinuxGuardGroup.hpp>
Inheritance diagram for corelinux::CoreLinuxGuardGroup:
Public Member Functions | |
CoreLinuxGuardGroup (Short) throw (Assertion,SemaphoreException) | |
Default constructor creates a private group semaphores with access for OWNER_ALL. | |
virtual | ~CoreLinuxGuardGroup (void) |
Virtual destructor. | |
virtual AbstractSemaphorePtr | createSemaphore (void) throw ( SemaphoreException ) |
Create a default GuardSemaphore. | |
virtual AbstractSemaphorePtr | createSemaphore (SemaphoreIdentifierRef aIdentifier, CreateDisposition disp=CREATE_OR_REUSE, bool Recursive=false, bool Balking=false) throw ( SemaphoreException ) |
Create or open (use) a specific GuardSemaphore. | |
virtual AbstractSemaphorePtr | createSemaphore (std::string aName, CreateDisposition disp=CREATE_OR_REUSE, bool Recursive=false, bool Balking=false) throw ( SemaphoreException ) |
Create or open (use) a specific GuardSemaphore. | |
virtual void | destroySemaphore (AbstractSemaphorePtr) throw ( SemaphoreException ) |
Destroys a created GuardSemaphore. | |
Protected Member Functions | |
CoreLinuxGuardGroup (void) throw ( Assertion ) | |
Default constructor not allowed. | |
CoreLinuxGuardGroup (CoreLinuxGuardGroupCref) throw ( Assertion ) | |
Copy constructor not allowed. | |
CoreLinuxGuardGroupRef | operator= (CoreLinuxGuardGroupCref) throw ( Assertion ) |
Assignment operator not allowed. |
|
Default constructor creates a private group semaphores with access for OWNER_ALL.
|
|
Create or open (use) a specific GuardSemaphore.
Implements corelinux::SemaphoreGroup. |
|
Create or open (use) a specific GuardSemaphore.
Implements corelinux::SemaphoreGroup. |
|
Create a default GuardSemaphore.
Implements corelinux::SemaphoreGroup. |
|
Destroys a created GuardSemaphore.
Implements corelinux::SemaphoreGroup. |