SourceXtractorPlusPlus  0.16
Please provide a description of the project.
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 
30 namespace SourceXtractor {
31 
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 
virtual ~ObjectInfo()=default
The SourceInterface is an abstract "source" that has properties attached to it.