SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
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>
28#include <Pyston/Graph/Node.h>
29
31
32namespace SourceXtractor {
33
35
36public:
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
virtual ~ObjectInfo()=default
ObjectInfo(const AssocModeConfig &config)
The SourceInterface is an abstract "source" that has properties attached to it.