ServiceProperty.h
1 
11 #ifndef WRENCH_SERVICEPROPERTY_H
12 #define WRENCH_SERVICEPROPERTY_H
13 
14 #include <string>
15 
16 #define DECLARE_PROPERTY_NAME(name) static const std::string name
17 
18 #define SET_PROPERTY_NAME(classname, name) const std::string classname::name=#name
19 
20 namespace wrench {
21 
22 
27 
28  public:
29 
30  };
31 
32 };
33 
34 
35 #endif //WRENCH_SERVICEPROPERTY_H
Configurable properties for a Service.
Definition: ServiceProperty.h:26
Definition: TerminalOutput.cpp:15