ProteoWizard
Public Member Functions | Public Attributes | List of all members
ThreadStatus Struct Reference

Public Member Functions

 ThreadStatus ()
 
 ThreadStatus (const boost::exception_ptr &e)
 

Public Attributes

boost::exception_ptr exception
 

Detailed Description

Definition at line 667 of file DigestionTest.cpp.

Constructor & Destructor Documentation

◆ ThreadStatus() [1/2]

ThreadStatus::ThreadStatus ( )
inline

Definition at line 671 of file DigestionTest.cpp.

671 {}

◆ ThreadStatus() [2/2]

ThreadStatus::ThreadStatus ( const boost::exception_ptr &  e)
inline

Definition at line 672 of file DigestionTest.cpp.

672 : exception(e) {}
boost::exception_ptr exception

Member Data Documentation

◆ exception

boost::exception_ptr ThreadStatus::exception

Definition at line 669 of file DigestionTest.cpp.

Referenced by testThreadSafetyWorker().


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