|
| PropertyData (llvm::StringRef name_) |
|
| PropertyData (llvm::StringRef name_, llvm::StringRef httpParam_, bool viaSettings_, CS_PropertyKind kind_, int minimum_, int maximum_, int step_, int defaultValue_, int value_) |
|
| PropertyImpl (llvm::StringRef name_) |
|
| PropertyImpl (llvm::StringRef name_, CS_PropertyKind kind_, int step_, int defaultValue_, int value_) |
|
| PropertyImpl (const PropertyImpl &oth)=delete |
|
PropertyImpl & | operator= (const PropertyImpl &oth)=delete |
|
void | SetValue (int v) |
|
void | SetValue (llvm::StringRef v) |
|
void | SetDefaultValue (int v) |
|
|
bool | viaSettings {false} |
|
std::string | httpParam |
|
std::string | name |
|
CS_PropertyKind | propKind {CS_PROP_NONE} |
|
bool | hasMinimum {false} |
|
bool | hasMaximum {false} |
|
int | minimum {0} |
|
int | maximum {100} |
|
int | step {1} |
|
int | defaultValue {0} |
|
int | value {0} |
|
std::string | valueStr |
|
std::vector< std::string > | enumChoices |
|
bool | valueSet {false} |
|
The documentation for this class was generated from the following file: