SourceXtractorPlusPlus
0.19
SourceXtractor++, the next generation SExtractor
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
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
SourceXtractor::ObjectInfo::ObjectInfo
ObjectInfo()
Definition:
ObjectInfo.cpp:30
Types.h
Node.h
std::map< std::string, Attribute >
SourceXtractor::ObjectInfo::~ObjectInfo
virtual ~ObjectInfo()=default
SourceInterface.h
SourceXtractor::ObjectInfo
Definition:
ObjectInfo.h:32
SourceXtractor::SourceInterface
The SourceInterface is an abstract "source" that has properties attached to it.
Definition:
SourceInterface.h:46
Generated by
1.8.5