WRENCH
1.11
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
k
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
Enumerator
c
d
e
f
k
n
p
r
s
t
u
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
17
18
19
namespace
wrench
{
20
typedef
int
WRENCH_PROPERTY_TYPE;
21
extern
WRENCH_PROPERTY_TYPE WRENCH_PROPERTY_COUNT;
25
class
ServiceProperty
{
26
27
public
:
28
29
};
30
31
};
32
#define DECLARE_PROPERTY_NAME(name) static const wrench::WRENCH_PROPERTY_TYPE name
33
#define SET_PROPERTY_NAME(classname, name) const wrench::WRENCH_PROPERTY_TYPE classname::name=++wrench::WRENCH_PROPERTY_COUNT
34
//++wrench::WRENCH_PROPERTY_COUNT
35
//#name
36
37
#endif //WRENCH_SERVICEPROPERTY_H
wrench::ServiceProperty
Configurable properties for a Service.
Definition:
ServiceProperty.h:25
wrench
Definition:
Action.cpp:28