SourceXtractorPlusPlus  0.11
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Property.h
Go to the documentation of this file.
1 
23 #ifndef _SEFRAMEWORK_PROPERTY_PROPERTY_H
24 #define _SEFRAMEWORK_PROPERTY_PROPERTY_H
25 
26 namespace SourceXtractor {
27 
33 class Property {
34 public:
35  virtual ~Property() = default;
36 };
37 
38 } /* namespace SourceXtractor */
39 
40 #endif
virtual ~Property()=default
Base class for all Properties. (has no actual content)
Definition: Property.h:33