SourceXtractorPlusPlus  0.14
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Private Attributes | List of all members
SourceXtractor::PartitionStepConfig Class Reference

#include <PartitionStepConfig.h>

Inheritance diagram for SourceXtractor::PartitionStepConfig:
[legend]
Collaboration diagram for SourceXtractor::PartitionStepConfig:
[legend]

Public Types

using PartitionStepCreator = std::function< std::shared_ptr< PartitionStep >(std::shared_ptr< SourceFactory >)>
 

Public Member Functions

 PartitionStepConfig (long manager_id)
 
virtual ~PartitionStepConfig ()=default
 
void addPartitionStepCreator (PartitionStepCreator step_creator)
 
std::vector< std::shared_ptr
< PartitionStep > > 
getSteps (std::shared_ptr< SourceFactory > source_factory) const
 
- Public Member Functions inherited from Euclid::Configuration::Configuration
virtual std::map< std::string,
OptionDescriptionList > 
getProgramOptions ()
 
virtual void preInitialize (const UserValues &args)
 
virtual void initialize (const UserValues &args)
 

Private Attributes

std::vector< PartitionStepCreatorm_partition_step_creators
 

Detailed Description

Definition at line 35 of file PartitionStepConfig.h.

Member Typedef Documentation

Definition at line 39 of file PartitionStepConfig.h.

Constructor & Destructor Documentation

SourceXtractor::PartitionStepConfig::PartitionStepConfig ( long  manager_id)

Definition at line 26 of file PartitionStepConfig.cpp.

virtual SourceXtractor::PartitionStepConfig::~PartitionStepConfig ( )
virtualdefault

Member Function Documentation

void SourceXtractor::PartitionStepConfig::addPartitionStepCreator ( PartitionStepCreator  step_creator)

Definition at line 29 of file PartitionStepConfig.cpp.

References m_partition_step_creators, and std::move().

Here is the call graph for this function:

std::vector< std::shared_ptr< PartitionStep > > SourceXtractor::PartitionStepConfig::getSteps ( std::shared_ptr< SourceFactory source_factory) const

Definition at line 36 of file PartitionStepConfig.cpp.

References std::vector< T >::emplace_back(), and m_partition_step_creators.

Here is the call graph for this function:

Member Data Documentation

std::vector<PartitionStepCreator> SourceXtractor::PartitionStepConfig::m_partition_step_creators
private

Definition at line 51 of file PartitionStepConfig.h.

Referenced by addPartitionStepCreator(), and getSteps().


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