SourceXtractorPlusPlus
1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SEImplementation
SEImplementation
PythonConfig
ObjectInfo.h
Go to the documentation of this file.
1
17
/*
18
* @file ObjectInfo.h
19
* @author Nikolaos Apostolakos <nikoapos@gmail.com>
20
*/
21
22
#ifndef _SEIMPLEMENTATION_OBJECTINFO_H
23
#define _SEIMPLEMENTATION_OBJECTINFO_H
24
25
#include <functional>
26
#include <
SEUtils/Types.h
>
27
#include <
SEFramework/Source/SourceInterface.h
>
28
#include <Pyston/Graph/Node.h>
29
30
#include "
SEImplementation/Plugin/AssocMode/AssocModeConfig.h
"
31
32
namespace
SourceXtractor
{
33
34
class
ObjectInfo
:
public
Pyston::AttributeSet
{
35
36
public
:
37
explicit
ObjectInfo
(
const
AssocModeConfig
& config);
38
39
ObjectInfo
(
const
SourceInterface
& source,
const
AssocModeConfig
& config);
40
41
virtual
~ObjectInfo
() =
default
;
42
43
};
44
45
}
// end of namespace SourceXtractor
46
47
#endif
// _SEIMPLEMENTATION_OBJECTINFO_H
48
AssocModeConfig.h
SourceInterface.h
Types.h
SourceXtractor::AssocModeConfig
Definition
AssocModeConfig.h:31
SourceXtractor::ObjectInfo::~ObjectInfo
virtual ~ObjectInfo()=default
SourceXtractor::ObjectInfo::ObjectInfo
ObjectInfo(const AssocModeConfig &config)
Definition
ObjectInfo.cpp:31
SourceXtractor::SourceInterface
The SourceInterface is an abstract "source" that has properties attached to it.
Definition
SourceInterface.h:46
Pyston::AttributeSet
std::map< std::string, Attribute > AttributeSet
SourceXtractor
Definition
Aperture.h:30
Generated by
1.15.0