SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
Property.h
Go to the documentation of this file.
1
22
23#ifndef _SEFRAMEWORK_PROPERTY_PROPERTY_H
24#define _SEFRAMEWORK_PROPERTY_PROPERTY_H
25
26namespace SourceXtractor {
27
32
33class Property {
34public:
35 virtual ~Property() = default;
36};
37
38} /* namespace SourceXtractor */
39
40#endif
Base class for all Properties. (has no actual content)
Definition Property.h:33
virtual ~Property()=default