|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
Produces GroupInfoTask. More...
#include <GroupInfoTaskFactory.h>


Public Member Functions | |
| GroupInfoTaskFactory () | |
| virtual | ~GroupInfoTaskFactory ()=default |
| Destructor. | |
| std::shared_ptr< Task > | createTask (const PropertyId &property_id) const override |
| Returns a Task producing a Property corresponding to the given PropertyId. | |
| void | reportConfigDependencies (Euclid::Configuration::ConfigManager &manager) const override |
| Registers all the Configuration dependencies. | |
| void | configure (Euclid::Configuration::ConfigManager &manager) override |
| Method which should initialize the object. | |
| Public Member Functions inherited from SourceXtractor::TaskFactory | |
| virtual | ~TaskFactory ()=default |
| Destructor. | |
| void | reportConfigDependencies (Euclid::Configuration::ConfigManager &) const override |
| Registers all the Configuration dependencies. | |
| void | configure (Euclid::Configuration::ConfigManager &) override |
| Method which should initialize the object. | |
| virtual void | registerPropertyInstances (OutputRegistry &) |
| Public Member Functions inherited from SourceXtractor::Configurable | |
| virtual | ~Configurable ()=default |
| Destructor. | |
Produces GroupInfoTask.
Definition at line 35 of file GroupInfoTaskFactory.h.
|
inline |
Definition at line 37 of file GroupInfoTaskFactory.h.
|
virtualdefault |
Destructor.
|
overridevirtual |
Method which should initialize the object.
The given manager is guaranteed to already be in the initialized state, so all the required Configurations can be accessed using its getConfiguration() method.
| manager | The manager to get the Configurations from |
Implements SourceXtractor::Configurable.
Definition at line 33 of file GroupInfoTaskFactory.cpp.
|
overridevirtual |
Returns a Task producing a Property corresponding to the given PropertyId.
Implements SourceXtractor::TaskFactory.
Definition at line 36 of file GroupInfoTaskFactory.cpp.
References SourceXtractor::PropertyId::create(), and std::make_shared().

|
overridevirtual |
Registers all the Configuration dependencies.
Configurable implementations should implement this method to register to the given ConfigManager (using the registerConfiguration() method) all the Configurations they are going to use
| manager | The manager to register the dependencies to |
Implements SourceXtractor::Configurable.
Definition at line 30 of file GroupInfoTaskFactory.cpp.