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 628 of file DigestionTest.cpp.

Constructor & Destructor Documentation

§ ThreadStatus() [1/2]

ThreadStatus::ThreadStatus ( )
inline

Definition at line 632 of file DigestionTest.cpp.

632 {}

§ ThreadStatus() [2/2]

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

Definition at line 633 of file DigestionTest.cpp.

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

Member Data Documentation

§ exception

boost::exception_ptr ThreadStatus::exception

Definition at line 630 of file DigestionTest.cpp.

Referenced by testThreadSafetyWorker().


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