SourceXtractorPlusPlus
0.16
Please provide a description of the project.
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
namespace
SourceXtractor
{
31
32
class
ObjectInfo
:
public
Pyston::AttributeSet
{
33
34
public
:
35
ObjectInfo
();
36
37
explicit
ObjectInfo
(
const
SourceInterface
& source);
38
39
virtual
~ObjectInfo
() =
default
;
40
};
41
42
}
// end of namespace SourceXtractor
43
44
#endif
// _SEIMPLEMENTATION_OBJECTINFO_H
45
Node.h
SourceInterface.h
Types.h
SourceXtractor::ObjectInfo
Definition:
ObjectInfo.h:32
SourceXtractor::ObjectInfo::~ObjectInfo
virtual ~ObjectInfo()=default
SourceXtractor::ObjectInfo::ObjectInfo
ObjectInfo()
Definition:
ObjectInfo.cpp:29
SourceXtractor::SourceInterface
The SourceInterface is an abstract "source" that has properties attached to it.
Definition:
SourceInterface.h:46
std::map< std::string, Attribute >
SourceXtractor
Definition:
Aperture.h:30
Generated by
1.9.1