ldas-tools-al 2.6.7
 
Loading...
Searching...
No Matches
ReadWriteLock::BusyError Class Reference

Busy lock error. More...

#include <ReadWriteLock.hh>

Inheritance diagram for ReadWriteLock::BusyError:
Collaboration diagram for ReadWriteLock::BusyError:

Public Member Functions

 BusyError ()
 Constructor.
 
 BusyError ()
 Constructor.
 

Static Private Member Functions

static std::string ()
 Produce the contents of the message string.
 
static std::string ()
 Produce the contents of the message string.
 

Detailed Description

Busy lock error.

This error is produced when a task requests to exclusively lock a resource that is currently locked in a non-blocking mode.

Constructor & Destructor Documentation

◆ BusyError() [1/2]

LDASTools::AL::ReadWriteLock::BusyError::BusyError ( )

Constructor.

◆ BusyError() [2/2]

LDASTools::AL::ReadWriteLock::BusyError::BusyError ( )

Constructor.

Member Function Documentation

◆ std::string() [1/2]

static LDASTools::AL::ReadWriteLock::BusyError::std::string ( )
staticprivate

Produce the contents of the message string.

Returns
The contents of the message string.

◆ std::string() [2/2]

static LDASTools::AL::ReadWriteLock::BusyError::std::string ( )
staticprivate

Produce the contents of the message string.

Returns
The contents of the message string.

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