ROSE
0.9.6a
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
optionDeclaration.h
Go to the documentation of this file.
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 );
48
std::string getValue();
50
};
51
52
// endif for _OPTION_DECLARATION_H
53
#endif
rose-edg4x
src
roseSupport
optionDeclaration.h
Generated on Mon May 5 2014 17:29:25 for ROSE by
1.8.4