ProteoWizard
Public Member Functions | Public Attributes
SimpleProgressCallback Struct Reference
Inheritance diagram for SimpleProgressCallback:
pwiz::analysis::MSDataAnalyzerDriver::ProgressCallback

List of all members.

Public Member Functions

 SimpleProgressCallback ()
virtual size_t iterationsPerCallback () const
virtual
MSDataAnalyzerDriver::Status 
progress (size_t index, size_t size)
- Public Member Functions inherited from pwiz::analysis::MSDataAnalyzerDriver::ProgressCallback
virtual ~ProgressCallback ()

Public Attributes

size_t count

Detailed Description

Definition at line 75 of file MSDataAnalyzerTest.cpp.


Constructor & Destructor Documentation

SimpleProgressCallback::SimpleProgressCallback ( )
inline

Definition at line 79 of file MSDataAnalyzerTest.cpp.

: count(0) {}

Member Function Documentation

virtual size_t SimpleProgressCallback::iterationsPerCallback ( ) const
inlinevirtual

Reimplemented from pwiz::analysis::MSDataAnalyzerDriver::ProgressCallback.

Definition at line 81 of file MSDataAnalyzerTest.cpp.

Referenced by test().

{return 5;}
virtual MSDataAnalyzerDriver::Status SimpleProgressCallback::progress ( size_t  index,
size_t  size 
)
inlinevirtual

Reimplemented from pwiz::analysis::MSDataAnalyzerDriver::ProgressCallback.

Definition at line 83 of file MSDataAnalyzerTest.cpp.

References os_, and Status_Ok.

{
if (os_) *os_ << "progress: " << index << "/" << size << endl;
count++;
}

Member Data Documentation

size_t SimpleProgressCallback::count

Definition at line 77 of file MSDataAnalyzerTest.cpp.

Referenced by test().


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