ProteoWizard
Public Member Functions | Public Attributes
ThreadStatus Struct Reference

List of all members.

Public Member Functions

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

Public Attributes

boost::exception_ptr exception

Detailed Description

Definition at line 626 of file DigestionTest.cpp.


Constructor & Destructor Documentation

ThreadStatus::ThreadStatus ( )
inline

Definition at line 630 of file DigestionTest.cpp.

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

Definition at line 631 of file DigestionTest.cpp.

: exception(e) {}

Member Data Documentation

boost::exception_ptr ThreadStatus::exception

Definition at line 628 of file DigestionTest.cpp.

Referenced by testThreadSafetyWorker().


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