SourceXtractorPlusPlus  0.19
SourceXtractor++, the next generation SExtractor
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
SourceXtractor::ProgressMediator::GroupCounter Class Reference
Inheritance diagram for SourceXtractor::ProgressMediator::GroupCounter:
Inheritance graph
[legend]
Collaboration diagram for SourceXtractor::ProgressMediator::GroupCounter:
Collaboration graph
[legend]

Public Member Functions

 GroupCounter (ProgressMediator &progress_listener, std::atomic_int &counter)
 
void handleMessage (const SourceGroupInterface &group) override
 
- Public Member Functions inherited from SourceXtractor::Observer< SourceGroupInterface >
virtual ~Observer ()=default
 

Private Attributes

ProgressMediatorm_progress_listener
 
std::atomic_int & m_counter
 

Detailed Description

Definition at line 65 of file ProgressMediator.cpp.

Constructor & Destructor Documentation

SourceXtractor::ProgressMediator::GroupCounter::GroupCounter ( ProgressMediator progress_listener,
std::atomic_int &  counter 
)
inline

Definition at line 67 of file ProgressMediator.cpp.

Member Function Documentation

void SourceXtractor::ProgressMediator::GroupCounter::handleMessage ( const SourceGroupInterface group)
inlineoverridevirtual

Member Data Documentation

std::atomic_int& SourceXtractor::ProgressMediator::GroupCounter::m_counter
private

Definition at line 77 of file ProgressMediator.cpp.

Referenced by handleMessage().

ProgressMediator& SourceXtractor::ProgressMediator::GroupCounter::m_progress_listener
private

Definition at line 76 of file ProgressMediator.cpp.

Referenced by handleMessage().


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