WRENCH  1.10
Cyberinfrastructure Simulation Workbench
Overview Installation Getting Started WRENCH 101 WRENCH 102
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 
26 
27  public:
28 
29  };
30 
31 };
32 
33 
34 #endif //WRENCH_SERVICEPROPERTY_H
wrench::ServiceProperty
Configurable properties for a Service.
Definition: ServiceProperty.h:25
wrench
Definition: Alarm.cpp:20