ROSE
0.11.145.247
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
c
d
g
h
i
l
m
n
s
t
u
v
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
i
k
l
m
o
p
s
t
v
w
x
Enumerator
a
b
c
d
e
f
h
i
l
m
n
o
p
s
t
u
v
w
y
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
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
x
y
Related Symbols
b
i
o
Files
File List
Examples
src
roseSupport
optionDeclaration.h
1
#ifndef _OPTION_DECLARATION_H
2
#define _OPTION_DECLARATION_H
3
17
class
ROSE_DLL_API
OptionDeclaration
18
{
19
20
public
:
21
23
std::string
optionName
;
24
29
int
valueInteger;
30
bool
valueBool;
31
double
valuedouble;
32
std::string valueString;
43
OptionDeclaration
( std::string s,
int
value );
44
OptionDeclaration
( std::string s,
double
value );
45
OptionDeclaration
( std::string s, std::string value );
49
std::string
getValue
();
50
};
17
class
ROSE_DLL_API
OptionDeclaration
{
…
};
51
52
// endif for _OPTION_DECLARATION_H
53
#endif
OptionDeclaration
Definition
optionDeclaration.h:18
OptionDeclaration::getValue
std::string getValue()
get the input value.
OptionDeclaration::optionName
std::string optionName
This is the name of the option which is used at compile-time to associate the value with the option.
Definition
optionDeclaration.h:23
Generated on Mon Mar 31 2025 00:23:31 for ROSE by
1.9.8