SourceXtractorPlusPlus
0.12
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
src
lib
Plugin
GroupInfo
GroupInfoTask.cpp
Go to the documentation of this file.
1
17
/*
18
* GroupInfoTask.cpp
19
*
20
* Created on: 2019 M01 29
21
* Author: mschefer
22
*/
23
24
25
#include "
SEImplementation/Plugin/GroupInfo/GroupInfo.h
"
26
#include "
SEImplementation/Plugin/GroupInfo/GroupInfoTask.h
"
27
28
namespace
SourceXtractor {
29
30
void
GroupInfoTask::computeProperties
(
SourceGroupInterface
& group)
const
{
31
static
unsigned
int
group_id = 1;
32
group.
setProperty
<
GroupInfo
>(group_id++);
33
}
34
35
}
36
37
GroupInfo.h
SourceXtractor::GroupInfoTask::computeProperties
virtual void computeProperties(SourceGroupInterface &group) const override
Computes one or more properties for the SourceGroup and/or the Sources it contains.
Definition:
GroupInfoTask.cpp:30
SourceXtractor::SourceInterface::setProperty
void setProperty(Args...args)
Definition:
SourceInterface.h:72
SourceXtractor::SourceGroupInterface
Defines the interface used to group sources.
Definition:
SourceGroupInterface.h:37
SourceXtractor::GroupInfo
Definition:
GroupInfo.h:32
GroupInfoTask.h
Generated by
1.8.5