ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::util::IterationListener::UpdateMessage Struct Reference

#include <IterationListener.hpp>

Public Member Functions

 UpdateMessage (size_t index, size_t count, const std::string &message=std::string())
 

Public Attributes

size_t iterationIndex
 
size_t iterationCount
 
const std::string & message
 

Detailed Description

Definition at line 44 of file IterationListener.hpp.

Constructor & Destructor Documentation

pwiz::util::IterationListener::UpdateMessage::UpdateMessage ( size_t  index,
size_t  count,
const std::string &  message = std::string() 
)
inline

Definition at line 50 of file IterationListener.hpp.

51  : iterationIndex(index), iterationCount(count), message(message)
52  {}

Member Data Documentation

size_t pwiz::util::IterationListener::UpdateMessage::iterationIndex
size_t pwiz::util::IterationListener::UpdateMessage::iterationCount

Definition at line 47 of file IterationListener.hpp.

Referenced by TestListener::update(), and CancelListener::update().

const std::string& pwiz::util::IterationListener::UpdateMessage::message

Definition at line 48 of file IterationListener.hpp.


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