WRENCH
1.10
Cyberinfrastructure Simulation Workbench
Overview
Installation
Getting Started
WRENCH 101
WRENCH 102
APIs Reference
User
Developer
Internal
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Typedefs
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
~
Variables
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
Enumerator
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
include
wrench
services
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
25
class
ServiceProperty
{
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