LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Public Member Functions | List of all members
lsst::base::NoThreadsException Class Reference

No threading library is available. More...

#include <threads.h>

Inheritance diagram for lsst::base::NoThreadsException:
std::runtime_error

Public Member Functions

 NoThreadsException ()
 
what (T... args)
 

Detailed Description

No threading library is available.

Definition at line 20 of file threads.h.

Constructor & Destructor Documentation

◆ NoThreadsException()

lsst::base::NoThreadsException::NoThreadsException ( )
inline

Definition at line 22 of file threads.h.

22 : std::runtime_error("No threading library is available") {};

The documentation for this class was generated from the following file:
std::runtime_error
STL class.