SourceXtractorPlusPlus
0.15
Please provide a description of the project.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
SEImplementation
SEImplementation
Plugin
MeasurementFrameInfo
MeasurementFrameInfoTaskFactory.h
Go to the documentation of this file.
1
18
#ifndef _SEIMPLEMENTATION_PLUGIN_MEASUREMENTFRAMEINFO_MEASUREMENTFRAMEINFOTASKFACTORY_H_
19
#define _SEIMPLEMENTATION_PLUGIN_MEASUREMENTFRAMEINFO_MEASUREMENTFRAMEINFOTASKFACTORY_H_
20
21
22
#include "
SEFramework/Task/TaskFactory.h
"
23
24
namespace
SourceXtractor {
25
26
class
MeasurementFrameInfo;
27
33
class
MeasurementFrameInfoTaskFactory
:
public
TaskFactory
{
34
35
public
:
36
38
virtual
~MeasurementFrameInfoTaskFactory
() =
default
;
39
40
// TaskFactory implementation
41
std::shared_ptr<Task>
createTask
(
const
PropertyId
& property_id)
const override
;
42
};
43
44
}
/* namespace SourceXtractor */
45
46
#endif
/* _SEIMPLEMENTATION_PLUGIN_MEASUREMENTFRAMEINFO_MEASUREMENTFRAMEINFOTASKFACTORY_H_ */
std::shared_ptr
SourceXtractor::MeasurementFrameInfoTaskFactory::~MeasurementFrameInfoTaskFactory
virtual ~MeasurementFrameInfoTaskFactory()=default
Destructor.
SourceXtractor::MeasurementFrameInfoTaskFactory
Definition:
MeasurementFrameInfoTaskFactory.h:33
SourceXtractor::TaskFactory
Creates a Task for computing a given property.
Definition:
TaskFactory.h:42
SourceXtractor::PropertyId
Identifier used to set and retrieve properties.
Definition:
PropertyId.h:40
SourceXtractor::MeasurementFrameInfoTaskFactory::createTask
std::shared_ptr< Task > createTask(const PropertyId &property_id) const override
Returns a Task producing a Property corresponding to the given PropertyId.
Definition:
MeasurementFrameInfoTaskFactory.cpp:27
TaskFactory.h
Generated by
1.8.5